Go to file
jonathan 1484718092 Commit accumulated bge fixes:
* Add support for 5704C dual-channel chip with integral copper PHY (tested)
   and 5704S dual-channel SERDES/TBI gbic  (untested).  Add PHY DSP patch
   for 5704.
 * Update PHY DSP-code patch for bcm5401 to match latest Linux driver.

 * Add PHY DSP-code patch for 5703 (untested).

 * Update onchip buffer tunables to recommended values from Linux drivers.

 * Disable MWI access.  This chip family cannot hanlde PCI stalls
   in the middle of an MWI burst. The driver has heuristics to detect PCI
   line size, but under load, some PCI bridges may force stalls which
   the attach-time heruistics do not catch. Some PCI bridges never
   do this, so maybe it should be a  tunable option.

*  bcm5700 rev Bx chips have a race condition, where updating the
   Tx producer pointer goes un-noticed by the chip.  Workaround is to
   write the new producer-pointer value twice.

*  bcm5700 chips rev Bx wedge up if given  DMA descriptors of
   eight bytes or less. Once hit, only reovery is a watchdog timeout/reset.
   If the offending packet is retransmitted, the chip will wedge again...
   Check for teeny fragments in a Tx request, and either fold the
   teeny chunk residue into an adjacent mbuf, or m_dup the entire buffer.
   (NB: quirk not yet enabled; in-place folding tested only on FreeBSD.)

 * Add workaround for revision Bx bcm5700: chip bugs in decoding
   of PCI register writes may leave the hardware in (partial) powersave state,
   such that  writes to "indirect" registers do not work.
   Explicitly force chip into D0 state at attach time.

 * Accessing PHY registers with the bge chip in autopoll mode, when
   link-state is the process of changing, may cause the bge chip to
   assert PCI errors.   Workaround:   when doing miibus register access,
   save autopoll state, disable around access, and restore autopoll state.
   NB: issuing PHY resets may give a window where the problem still occurs.

 * Increase Tx interrupt-coalescing thresholds, to reduce Tx-done interrupts.
2003-01-17 00:02:56 +00:00
bin Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
crypto posesses -> possesses 2003-01-03 04:20:09 +00:00
dist Be careful about destination buffer having positive size. 2003-01-15 00:29:13 +00:00
distrib add ./etc/rc.d/ypset 2003-01-16 22:04:50 +00:00
doc change 20031116 to 20030116... no time warping yet. 2003-01-16 15:26:39 +00:00
etc Add rc.d/staticroute check. 2003-01-16 15:26:14 +00:00
games interrupt with two rs. 2003-01-06 13:04:54 +00:00
gnu PR/19762: Urban Boquist: Make gssapi work again. 2003-01-16 13:42:49 +00:00
include Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc. 2003-01-15 23:55:41 +00:00
lib Pasto; from Thomas Klausner. 2003-01-16 00:46:58 +00:00
libexec Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
regress Use <bsd.rpc.mk> 2003-01-05 19:24:06 +00:00
rescue set SMALLPROG=0 (it was implicit) 2002-10-17 01:49:18 +00:00
sbin Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
share note added support for nForce2 MCP-T audio 2003-01-16 14:55:12 +00:00
sys Commit accumulated bge fixes: 2003-01-17 00:02:56 +00:00
tools enable sunlabel... 2002-12-21 12:56:08 +00:00
usr.bin Print the string as if it's a string. Don't print the pointer. It's 2003-01-16 15:34:18 +00:00
usr.sbin Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
build.sh Improvements from Alan Barrett (in private email), with minor tweaking: 2003-01-15 01:49:03 +00:00
BUILDING Add "-V var=[value]", for setting arbitrary variables which will also 2003-01-04 12:55:32 +00:00
Makefile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING METALOG format tweak 2002-12-23 06:55:33 +00:00