freebsd-dev/sys/conf
Gary Jennejohn 4f9d49f140 Newbus-ify the USR Sportster TA Intern driver.
Enable the driver in sys/conf/files.i386.

In isa/isavar.h increase ISA_NPORT from 32 to 50. This is required
because this brain-damaged card maps 49 (!) port ranges. This does
not have a negative impact because this value only specifies the maximum
number of entries in a linked list and not the size of an array which
is allocated in all drivers.

The register/fifo access routines were not newbus-ified because
1) I knew that the old code worked and is simpler and more efficient
2) the if_ed driver does something similar and
3) the newbus macros collapse to inb/outb anyway.

Reviewed and tested by:	hm
Approved by:	jkh
2000-02-21 02:10:10 +00:00
..
defines Add some more defines that don't change the genericness of a file. 1995-05-11 20:21:23 +00:00
files Complete the repo-copy of ida_pci.c to sys/dev/ida/ 2000-02-09 04:17:10 +00:00
files.alpha kbdcontrol isn't in everyones path(read: non-root people), so specify 2000-02-10 01:42:04 +00:00
files.i386 Newbus-ify the USR Sportster TA Intern driver. 2000-02-21 02:10:10 +00:00
files.pc98 kbdcontrol isn't in everyones path(read: non-root people), so specify 2000-02-10 01:42:04 +00:00
kern.mk Make "-mpreferred-stack-boundary=2" the default on the i386. 1999-11-17 07:30:35 +00:00
kmod.mk Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module 2000-01-28 11:26:46 +00:00
ldscript.alpha Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.amd64 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.i386 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.powerpc Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
majors Removed ssc and su. 2000-01-25 08:46:15 +00:00
Makefile.alpha Bump configvers.h as a precaution. Although existing config files will 2000-01-23 12:24:48 +00:00
Makefile.i386 Bump configvers.h as a precaution. Although existing config files will 2000-01-23 12:24:48 +00:00
Makefile.pc98 Bump configvers.h as a precaution. Although existing config files will 2000-01-23 12:24:48 +00:00
Makefile.powerpc Bump configvers.h as a precaution. Although existing config files will 2000-01-23 12:24:48 +00:00
newvers.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nfsswapkernel.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
NOTES Make it clear that 'options XSERVER' is for pcvt and not for syscons. 2000-02-16 04:27:04 +00:00
options Add ip6fw. 2000-01-29 13:54:44 +00:00
options.alpha - Add the device resume method. It supercedes the existing resume 1999-12-15 10:04:05 +00:00
options.i386 Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
options.pc98 Synced with options.i386 rev 1.132. 2000-01-14 12:56:42 +00:00
param.c This is Bosko Milekic's mbuf allocation waiting code. Basically, this 1999-12-12 05:52:51 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00