1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys
Justin T. Gibbs dfd86f14c0 Remove the last two uses of ahc->unit in the FreeBSD version of the driver.
ahc->unit is depricated and will be going away as soon as the Linux
driver catches up.  In the FreeBSD case, it is always initialized to 0
and this caused some strangeness in registering multiple ahc controllers
with CAM.

Noticed by:	Tor.Egge@fast.no
2000-09-20 04:46:15 +00:00
..
alpha Remove a few leftover CLBYTES related bits. 2000-09-16 18:28:24 +00:00
amd64 Better error message when booting an SMP kernel on an UP system. 2000-09-19 10:40:52 +00:00
boot Check for the correct minimum version required by the current code. 2000-09-18 22:42:54 +00:00
cam With the help of 'Eric Christeson <echriste@ssesco.com>', determined 2000-09-14 21:38:44 +00:00
coda
compat Fix cut'n'paste bogon. 2000-09-18 17:46:01 +00:00
compile
conf Mention the AAC_COMPAT_LINUX option 2000-09-19 23:56:27 +00:00
contrib/dev Remove SMP hack. 2000-09-16 18:57:18 +00:00
crypto
ddb
dev Remove the last two uses of ahc->unit in the FreeBSD version of the driver. 2000-09-20 04:46:15 +00:00
fs Ignore attempts to set flags to zero. This quenches a syslog warning 2000-09-18 09:40:01 +00:00
geom
gnu
i4b
i386 Mention the AAC_COMPAT_LINUX option 2000-09-19 23:56:27 +00:00
isa
isofs/cd9660
kern Fully initialize msqids[]. This could lead to ENOSPC and other strange 2000-09-19 22:59:22 +00:00
libkern
miscfs
modules Add card_if.h 2000-09-19 14:24:55 +00:00
msdosfs
net Rename lminor() to dev2unit(). This function gives a linear unit number 2000-09-19 10:28:44 +00:00
netatalk
netatm
netgraph When sending a packet back to a network interface to simulate an arrived 2000-09-19 08:35:44 +00:00
netinet change the evaluation order of the rsvp socket in rsvp_input() 2000-09-17 13:50:12 +00:00
netinet6 examined the gateway (from the routing table) only when the address 2000-09-15 17:21:35 +00:00
netipx
netkey
netnatm
netncp
netns
nfs
nfsclient
nfsserver
ntfs
nwfs
pc98 Merged from sys/isa/fd.c revision 1.187. 2000-09-15 05:47:56 +00:00
pccard Implement indirection in the pccard probe/attach. This should make it 2000-09-19 04:39:20 +00:00
pci If this is a Davicom DM9102A and we're enabling the homePNA link, force 2000-09-20 00:59:17 +00:00
posix4
powerpc
rpc
sys Rename lminor() to dev2unit(). This function gives a linear unit number 2000-09-19 10:28:44 +00:00
tools
ufs o Disallow privileged processes in jail() from directly accessing 2000-09-18 18:10:13 +00:00
vm - Add a new process flag P_NOLOAD that marks a process that should be 2000-09-15 22:00:23 +00:00
Makefile