freebsd-dev/sys
Marius Strobl e12405280b - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo)
and the X1034A (quad HME; QFE) cards the X1033A (single HME) don't have a
  PCI-PCI-bridge so we can't rely on the PCI slot number being useable as
  index for the network address to read from the VPD on the latter. Use
  the end tag to determine whether it is a QFE VPD with 4 NAs and only use
  the slot number as index in this case.
- Remove a useless check.

Prodded by:		joerg
Additional testing by:	joerg
MFC after:		1 day
2005-03-02 00:49:37 +00:00
..
alpha Attempt to doff the pointy hat: implement 'hw.realmem' on remaining 2005-03-01 21:55:27 +00:00
amd64 Catch up with the "physical memory" sysctl change. 2005-03-01 04:18:32 +00:00
arm In cpu_throw(), correctly calculate td->td_md.md_tp. 2005-03-01 20:51:37 +00:00
boot Document the new default init_path. 2005-02-17 11:14:45 +00:00
bsm Add a stub audit_kevents.h, which defines exactly one audit event: 2005-02-02 14:27:36 +00:00
cam Reference a pointer correctly when copying to it's location. 2005-02-21 00:28:36 +00:00
coda Replace the workaround for a deadlock bug in Coda with a different 2005-02-20 23:01:57 +00:00
compat Remove linux_emul_find() and the CHECKALT*() macros as they are no longer 2005-03-01 17:57:45 +00:00
conf Use dynamic major number allocation. 2005-02-27 22:19:35 +00:00
contrib Add FreeBSD ID. 2005-02-28 00:53:29 +00:00
crypto Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
ddb Start each of the license/copyright comments with /*- 2005-01-06 01:34:41 +00:00
dev - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo) 2005-03-02 00:49:37 +00:00
doc Experimental support for using doxygen to generate kernel documentation. 2004-07-11 16:13:57 +00:00
fs Avoid a couple of mutex operations in the process exit path for the 2005-03-01 12:20:49 +00:00
gdb /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 18:27:30 +00:00
geom - Add md_provsize field to metadata, which will help with 2005-02-27 23:07:47 +00:00
gnu Remove debug printout of major/minor numbers, print name instead. 2005-02-27 21:16:26 +00:00
i4b /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 22:18:23 +00:00
i386 Reduce the maximum supported save state size to 4k, as the 8k limit 2005-03-01 23:17:42 +00:00
ia64 Attempt to doff the pointy hat: implement 'hw.realmem' on remaining 2005-03-01 21:55:27 +00:00
isa Save and restore the VGA state across a suspend-resume cycle. This 2005-02-28 21:06:14 +00:00
isofs/cd9660 Conditionalize cd9660 chattiness regarding the nature of the file system 2005-02-18 10:49:55 +00:00
kern Use kern_kevent instead of the stackgap for 32bit syscall wrapping. 2005-03-01 17:45:55 +00:00
libkern Add strspn() to libkern. 2005-02-10 20:39:39 +00:00
modules The chip specific functions have been split out in their own 2005-02-25 09:49:29 +00:00
net Use NET_CALLOUT_MPSAFE macro. 2005-03-01 12:01:17 +00:00
net80211 mark timestamp for pending fragments 2005-02-23 04:52:30 +00:00
netatalk When generating a phase II ARP lookup from aarpwhohas(), use a 2005-02-22 14:37:22 +00:00
netatm In the current world order, solisten() implements the state transition of 2005-02-21 21:58:17 +00:00
netgraph Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input(). 2005-03-01 19:39:57 +00:00
netinet Add more locking when reading/writing to carp softc. When carp softc is 2005-03-01 13:14:33 +00:00
netinet6 icmp6_notify_error uses IP6_EXTHDR_CHECK, which in turn calls 2005-02-27 18:57:10 +00:00
netipsec /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
netipx In the current world order, solisten() implements the state transition of 2005-02-21 21:58:17 +00:00
netkey fixed an unexpected addr/port matching failure in IPv6 SA management 2005-01-10 13:06:42 +00:00
netnatm Mark netatm and netnatm explicitly as requiring Giant, as they still do. 2005-02-17 14:21:22 +00:00
netncp avoid potential null ptr derefs 2005-02-23 22:44:38 +00:00
netsmb /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
nfs /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
nfs4client Follow v_id changes in NFSv[23] 2005-02-22 15:15:28 +00:00
nfsclient Minor cleanup in nfs_request() and removal of a comment that doesn't 2005-02-26 18:55:36 +00:00
nfsserver Don't try to create vnode_pager objects on other filesystems vnodes, 2005-01-24 22:09:13 +00:00
opencrypto Use dynamic major number allocation. 2005-02-27 22:11:02 +00:00
pc98 Attempt to doff the pointy hat: implement 'hw.realmem' on remaining 2005-03-01 21:55:27 +00:00
pccard Remove more deadwood that never got implemented in NEWCARD, since NEWCARD 2005-02-15 02:54:53 +00:00
pci Add device id for the Ali M1671 host to AGP bridge. 2005-02-27 13:05:34 +00:00
posix4 /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
powerpc Catch up with "physical memory" sysctl change. 2005-03-01 07:59:24 +00:00
rpc /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
security Remove an accidental clearing of the new label pointer on a system V 2005-02-24 16:08:41 +00:00
sparc64 Attempt to doff the pointy hat: implement 'hw.realmem' on remaining 2005-03-01 21:55:27 +00:00
sys Use kern_kevent instead of the stackgap for 32bit syscall wrapping. 2005-03-01 17:45:55 +00:00
tools Add VOP_FOO_APV() which takes a pointer to the vop_vector. 2005-02-08 12:54:32 +00:00
ufs - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET, 2005-03-01 07:38:45 +00:00
vm Revert the first part of revision 1.114 and modify the second part. On 2005-02-24 06:13:01 +00:00
Makefile Add a NO_BOOT knob to prevent building the boot blocks and loader. 2004-08-19 09:54:28 +00:00