Go to file
drochner 3e38051bc5 in wdc_softc: access the per-channel data via a pointer array instead of
an array of fixed-sized channel_softc elements. This way IDE controllers
which more than 1 channel (pciide) can extend the channel data easily
for private needs.
To avoid the double dereference at runtime, change the argument of
wdcstart() to the channel data pointer instead of the array index.
1998-11-21 15:41:41 +00:00
bin fix some bugs 1998-11-17 14:16:32 +00:00
distrib Added x68k man page loadbsd.8 and loadbsd.x.8 (alias). 1998-11-20 11:38:10 +00:00
etc allow /var/crash to be a symlink to a directory 1998-11-21 03:00:38 +00:00
games Fix spelling of `Churchill' in 3 places 1998-11-20 03:35:31 +00:00
gnu deal with `sparc64--netbsd'. 1998-11-21 04:39:03 +00:00
include * Bring *_unlocked() declarations in scope if _REENTRANT is defined, too; add 1998-11-20 14:39:38 +00:00
lib Need to wrap stdio stream locking around the function body. On the bright 1998-11-20 14:49:19 +00:00
libexec Fix typo, per PR 6457 by Geoff C. Wing <gcw@pobox.com> 1998-11-18 13:32:17 +00:00
regress Use sigemptyset() to initialize the signal mask for sigaction(). 1998-09-19 21:23:10 +00:00
sbin Fix a warning that shows up on big-endian machines. 1998-11-20 18:27:40 +00:00
share Tweaks to document and support HIPPI-FP driver 1998-11-20 17:23:27 +00:00
sys in wdc_softc: access the per-channel data via a pointer array instead of 1998-11-21 15:41:41 +00:00
usr.bin msgs uses /var/msgs, not /usr/msgs. Closes PR bin/6464 1998-11-20 03:18:25 +00:00
usr.sbin Tweaks to document and support HIPPI-FP driver 1998-11-20 17:23:27 +00:00
Makefile Only ldconfig if it's there (ELF systems don't use ldconfig). 1998-10-18 20:41:39 +00:00