Go to file
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
bin Fix markup. 2009-04-12 13:52:20 +00:00
common Check if pd is not NULL before we try to lock rw lock associated with it. 2009-04-14 02:53:41 +00:00
compat Add openldap from Kurt Schreiner. Really, this should just contain: 2009-04-14 21:20:49 +00:00
crypto Redo previous -- cast to (unsigned char) 2009-04-14 21:58:36 +00:00
dist add a NetBSD_DISABLED_* target for config.h.in. 2009-04-19 10:22:10 +00:00
distrib Fix keywords: /usr/lib/i386/libiberty* need 'bfd', not 'debuglib'. 2009-04-17 21:33:38 +00:00
doc note bozhttpd update 2009-04-18 21:22:37 +00:00
etc Add a small script to visualize the rc dependency graph and point to it. 2009-04-15 22:36:04 +00:00
external Import dhcpcd-4.0.13 2009-04-17 20:05:27 +00:00
games Sort sections. 2009-04-12 18:31:47 +00:00
gnu goodbye old cvs 2009-04-18 12:58:19 +00:00
include merge libbind 2009-04-12 17:07:33 +00:00
lib add some code to cope with dev.db's that have 32 bit time_t's in them. 2009-04-19 10:19:26 +00:00
libexec merge bozohttpd 20090418. remove a couple of minor do-nothing local 2009-04-18 21:22:03 +00:00
regress add a test which exercises libpthread's ability to remember the 2009-04-02 12:58:44 +00:00
rescue - rework this a bunch to make it work inside /rescue/ldd. 2009-01-07 00:39:23 +00:00
sbin Remove outdated example. From Todd Kover in PR 41238. 2009-04-18 14:55:50 +00:00
share pci_activate() wants a device and not a softc. This matches the implementation. 2009-04-17 19:02:03 +00:00
sys Some fixes and enhancements: 2009-04-19 11:10:36 +00:00
tests WARNS=4 2009-04-14 10:20:22 +00:00
tools -introduce a "COMMON_CONFIGURE_ARGS" variable which is included by 2009-03-27 19:19:49 +00:00
usr.bin Fix another -Wsign-compare issue. 2009-04-18 11:30:30 +00:00
usr.sbin fix -Wshadow 2009-04-19 08:53:37 +00:00
x11 add -n to gzip invocation 2009-03-31 21:12:51 +00:00
build.sh Add a MKARZERO flag, which invokes ar(1) with the new D flag when it 2009-03-13 16:23:31 +00:00
BUILDING be explicit about MAKEOBJDIR and MAKEOBJDIRPREFIX not being for 2008-12-02 22:28:21 +00:00
Makefile Remove an explicit BUILDTARGETS do-compat-external-lib before do-build 2009-04-15 10:18:34 +00:00
Makefile.inc
UPDATING add a note about needing to rebuild i386 toolchain 2009-03-29 18:33:56 +00:00