NetBSD/sys
msaitoh 4d9e9f6912 Some fixes and enhancements:
Both if_bge* and brgphy.[ch]:
    Check the parent's MAC and use the quirk code for the bug like OpenBSD and
    FreeBSD. Some bugs can't identify the PHY ID. For example, 5704 Ax has the
    ADC bug, but 5704 A3 and 5704 B0 have the same PHY ID and revision. Add
    BGE_PHY_CRC_BUG, BGE_PHY_ADC_BUG, BGE_PHY_5704_A0_BUG, BGE_PHY_JITTER_BUG,
    BGE_PHY_ADJUST_TRIM and BGE_PHY_BER_BUG for this flag. Some of the DSP
    patches are newly taken from OpenBSD and FreeBSD.

  if_bge*:
    Remove duplicated BGE_CHIPID_BCM5714_A0 entry in the known CHIPID table.
    Fix obsolete comments.

  brgphy.[ch]:
    Add some PHY IDs.

TODO:
  Add more three quirk code into bge and brgphy (the brgphy side's are
  currently #if0'ed).
  Add support for bnx into brgphy (currently #if0'ed)
2009-04-19 11:10:36 +00:00
..
altq Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
arch Remove number parameters from pseudo-device loop and ipfilter. 2009-04-19 03:06:22 +00:00
coda Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
compat Typo in comment. 2009-04-16 07:42:28 +00:00
conf
crypto
ddb
dev Some fixes and enhancements: 2009-04-19 11:10:36 +00:00
dist Pull a fix for ipnat from upstream as per info from darrenr@: 2009-04-18 11:19:09 +00:00
external
fs Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
gdbscripts
ipkdb Remove KAUTH_ARG() around the request for kauth_authorize_system(). 2009-04-12 22:37:50 +00:00
kern Add rw_obj_*() functions to mirror the existing mutex functions. 2009-04-19 08:36:04 +00:00
lib
miscfs Move genfs_null_putpages() from genfs_io.c to genfs_vnops.c -- it does 2009-04-18 15:40:33 +00:00
modules
net Use memcmp(9) and memcpy(9) directly rather than via 2009-04-18 15:20:06 +00:00
net80211 Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netatalk Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netbt
netinet Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netinet6 Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netipsec Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netisdn Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netiso Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netkey Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netnatm Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netsmb Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
nfs
opencrypto Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
rump If running in multithreaded mode, create sched_sync thread. 2009-04-18 16:33:37 +00:00
secmodel Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive 2009-04-15 20:44:24 +00:00
stand
sys Add SPCF_NOINTR to indicate that the CPU has been shielded from hardware 2009-04-19 08:45:09 +00:00
ufs Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
uvm Introduce PMAP_MD_MASK. Reserves PMAP bits for use in MD code. 2009-04-18 08:48:47 +00:00
Makefile