freebsd-nq/sys/conf
Bill Paul bd80fa2c7f Reoganize/update the SysKonnect driver:
- Break out the support for the XMAC II's PHY into an miibus driver.

- Reorganize the probe/attach stuff using newbus. Each XMAC is now
  attached to the parent GEnesis controller using newbus. This is
  necessary since each XMAC must also have an attached miibus, and
  the miibus read/write register routines need to be able to get
  at the softc struct for each XMAC, not the one for the parent
  controller. This allows me to get rid of the grotty code I added
  for selecting the unit numbers for the ifnet interfaces: the unit
  numbers are now derived from the newbus-assigned unit numbers,
  which should track with the ifnet interface numbers. I think.
  At the very least, there should never be any collisions.

- Add support for the SK-9821 and SK-9822 1000baseTX adapters. Special
  thanks to SysKonnect for loaning me two adapters for testing.
2000-04-22 02:16:41 +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 Reoganize/update the SysKonnect driver: 2000-04-22 02:16:41 +00:00
files.alpha Newbusify adv driver. 2000-04-07 11:32:42 +00:00
files.i386 Newbusify adv driver. 2000-04-07 11:32:42 +00:00
files.pc98 Newbusify adv driver. 2000-04-07 11:32:42 +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 support for compiling kernel modules outside of the tree. If you 2000-04-08 17:20:00 +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 Add urio (143) 2000-03-15 22:06:01 +00:00
Makefile.alpha * Factor out the object system from new-bus so that it can be used by 2000-04-08 14:17:18 +00:00
Makefile.i386 * Factor out the object system from new-bus so that it can be used by 2000-04-08 14:17:18 +00:00
Makefile.pc98 Merged from sys/conf/Makefile.i386 rev 1.182. 2000-04-12 11:19:56 +00:00
Makefile.powerpc * Factor out the object system from new-bus so that it can be used by 2000-04-08 14:17:18 +00:00
newvers.sh Welcome to 5.0-current! 2000-03-13 09:13:01 +00:00
NOTES Some more i386-only BIOS-friendliness: 2000-04-16 20:48:33 +00:00
options Introduce extended attribute support for FFS, allowing arbitrary 2000-04-15 03:34:27 +00:00
options.alpha Remove unused options. 2000-03-14 12:55:23 +00:00
options.i386 Some more i386-only BIOS-friendliness: 2000-04-16 20:48:33 +00:00
options.pc98 Merged from sys/conf/options.i386 rev 1.134. 2000-04-01 11:10:04 +00:00
param.c Make sysv-style shared memory tuneable params fully runtime adjustable 2000-03-30 07:17:05 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00