NetBSD/sys/conf
bouyer 99d6009c2a Make the ATA mid-layer appears as atabus, as proposed in
http://mail-index.netbsd.org/tech-kern/2003/09/25/0006.html
This adds a device (atabus) between IDE controllers and wd or atapibus, to
have each ATA channel show up in the device tree. Later there will be atabus
devices in /dev, so that we can do IOCTL on them.
Each atabus has its own kernel thread, to handle operations that needs polling,
e.g. reset and others.

Device probing on each bus it defered to the atabus thread creation.
This allows to do the reset and basic device probes in parallel, which reduce
boot time on systems with several pciide controllers.
2003-10-08 10:58:12 +00:00
..
files Make the ATA mid-layer appears as atabus, as proposed in 2003-10-08 10:58:12 +00:00
Makefile.kern.inc Make the kernel makefiles pay attention to NOGCCERROR 2003-10-01 23:11:29 +00:00
newvers_stand.sh
newvers.sh simplify the script, and add a disabled netbsd note for now. 2003-03-02 22:17:30 +00:00
osrelease.sh get the release version from <sys/param.h>, so that it won't be necessary 2003-10-04 06:59:56 +00:00
param.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00