oster
33643c74c5
rf_compute_workload_shift() is only used by the CHAINDECLUSTER stuff,
...
so only include it if needed.
2002-07-13 19:56:55 +00:00
oster
69fb0af058
Nuke a redundant check that raidPtr->valid is true.
2002-07-13 19:35:34 +00:00
oster
8fcfe433d8
No need to unlock and then immediately relock a mutex.
2002-07-13 17:47:44 +00:00
oster
38f0cae9e2
- don't be quite so chatty.
...
- if we need to print stuff, print out which raid device the information
is related to (where applicable).
2002-07-13 17:24:41 +00:00
oster
73eaafcf06
As suggested by MRG, if we have an autoconfig set for root, we should
...
set booted_device, even if RB_ASKNAME is set. That way the appropriate
device gets set as the default when it asks where you want to look for /.
2002-07-13 17:04:09 +00:00
oster
acb6f97235
Cleanup unneeded #includes.
2002-07-13 16:53:44 +00:00
thorpej
7d85789f0a
Move the BCM5401 DSP patch out of the bge driver and into
...
the brgphy driver; all users of the BCM5400 and BCM5401 need
the DSP patch and the sledgehammer-reset-at-media-set-time.
Also add a DSP patch for the BCM5411 gleaned from Apple's
GMAC driver for Darwin.
Tested with a 3Com 3c996-T (BCM5700 + BCM5401).
2002-07-13 01:23:27 +00:00
enami
f216ec52a0
Match Altima AC1001.
2002-07-12 22:29:14 +00:00
enami
2bb480867f
Regen.
2002-07-12 22:27:55 +00:00
enami
d5138d122f
Add product id of Altima AC1001.
2002-07-12 22:26:32 +00:00
thorpej
b13f958c53
Match the BCM5421, found on the Apple Xserve. From Matt Thomas.
2002-07-12 04:00:10 +00:00
augustss
ca8d36994e
Add a quirk for Trumpion device (extracted from OpenBSD).
2002-07-11 21:42:23 +00:00
augustss
8db4c51ebe
Regen.
2002-07-11 21:41:32 +00:00
augustss
5128e283d3
Add Trumpion device (from OpenBSD).
2002-07-11 21:41:12 +00:00
augustss
86650920c9
Get rid of trailing white space.
2002-07-11 21:14:24 +00:00
thorpej
37422dde7e
Add 64-bit quirk for the Accton EN1407-T/Planex GN-1000TE. IDs provided
...
by SAITOH Masanobu <msaitoh@netbsd.org>.
2002-07-11 18:07:56 +00:00
christos
bdd3768afd
Add missing messages from FreeBSD's driver. Re-organize a bit how the
...
message is formatted and printed.
2002-07-10 15:37:30 +00:00
gson
94addcb364
When a recording interrupt happened in the middle of audio_read(),
...
changes to cb->used by audio_rint() could be overwritten by audio_read().
2002-07-10 02:25:49 +00:00
chuck
17162d7b0f
only power down on suspend, not standby (sugested by thorpej).
...
fixes problem noted at bottom of PR#17537.
2002-07-10 02:05:25 +00:00
matt
e8598c806f
Match Apple GMAC id #3 .
2002-07-09 23:57:59 +00:00
matt
f695a73e85
Regen.
2002-07-09 23:50:29 +00:00
matt
f3076f3bd7
Add Apple Xserve PCI devices (more UniNorth) stuff.
2002-07-09 23:47:45 +00:00
matt
97f6bca3e2
Regen.
2002-07-09 23:25:07 +00:00
matt
537e1f17d9
Add Broadcom BCM5421
2002-07-09 23:24:33 +00:00
thorpej
baecca774e
* Shuffle the TODO list a bit.
...
* Fix outbound IPv4 header checksums (missing add of an offset).
* When enabling Rx TCP/UDP checksum offload, make sure that IPv4
header checksum Rx offload is enabled on the chip, as well.
2002-07-09 21:05:03 +00:00
chuck
9b667cf839
only powerdown on a suspend. do not powerdown on a standby (PR#17537).
2002-07-09 20:19:57 +00:00
thorpej
77ef1df52c
Don't use internal names to identify chips. Add types for the
...
i82540, i82545, and i82546 (but don't match them yet).
2002-07-09 19:47:46 +00:00
thorpej
511c4a1947
Regen:
...
Clean up Intel i8254x product names, and add i82540, i82545, and i82546
product IDs.
2002-07-09 19:43:57 +00:00
thorpej
e62cf5409d
Clean up Intel i8254x product names, and add i82540, i82545, and i82546
...
product IDs.
2002-07-09 19:43:03 +00:00
thorpej
297ae331d6
Make a few performance tweaks:
...
* Bump the number of Rx descriptors from 128 to 256.
* Don't use a sliding Tx interrupt window. Instead, just do reap-behind
when we have <= 1/8 of our available descriptors in wm_start().
* Don't use Tx Queue Empty interrupts, and always set the Tx Interrupt
Delay bit in the Tx descriptor.
* In wm_intr(), always call wm_rxintr() and wm_txintr(), regardless of
their respective ISR bits being set. We're here, might as well do some
work.
* Adjust the Tx and Rx interrupt delay timer values. New values from
Intel's driver for FreeBSD via Allen Briggs.
With these changes, NetBSD can sustain > 900Mb/s userland to userland
*without* using TCP checksum offload using Intel PRO/1000 XT cards.
2002-07-09 14:52:37 +00:00
junyoung
2009b23147
switch/case KNF.
2002-07-09 07:15:21 +00:00
junyoung
b9f82fe6d3
ANSIfy.
2002-07-09 06:55:09 +00:00
uwe
401b8356c5
Print correct io addresses in sm attachment message (pasto).
2002-07-09 00:24:52 +00:00
drochner
32f7789dd7
there is at least one VGA chip (Silicon Motion Lynx EM+) where fast scrolling
...
by moving the display offset pointer doesn't work
2002-07-08 19:48:37 +00:00
drochner
2693ad5a05
save quirks in softc, obey VGA_QUIRK_NOFASTSCROLL
2002-07-08 19:45:28 +00:00
drochner
d10ae84f7b
save the "quirks" in the softc
2002-07-08 19:43:23 +00:00
mycroft
8a3f8605fb
Add a missing DELAY() in the initial GPIO setup for the 21140.
2002-07-08 18:43:54 +00:00
augustss
5059a3264c
s/__FUNCTION__/__func__/
2002-07-08 17:46:23 +00:00
rh
8f8b29ff6b
Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)
2002-07-08 09:00:56 +00:00
rh
1825e92eb4
regen for SMC 2206USB/ETH
2002-07-08 08:58:33 +00:00
rh
ad61ce9c89
Add product code for SMC 2206USB/ETH EZ Connect Ethernet adapter
2002-07-08 08:57:33 +00:00
martin
fb950301fe
Apply patch from Peter Seebach (in private Mail, similar to the one proposed
...
in PR kern/17506):
If we reset the mouse and discover a different protocol after the reset
than before, reset it again after one second. This makes protocol detection
after a KVA switched to another machine more reliable and should not affect
the standard situation with one mouse connected to one machine.
2002-07-08 07:43:31 +00:00
fredette
c9bdddaac5
Regen.
2002-07-07 23:01:51 +00:00
augustss
9ee8616e07
Add quirk for ADS HD controller. From Scott Ellis in kern/17495.
2002-07-07 19:52:48 +00:00
augustss
c1367622d6
Regen.
2002-07-07 19:49:09 +00:00
augustss
5fba395c90
Add some Sandburst products.
2002-07-07 19:48:41 +00:00
tron
7db7acdde8
Fix a typo in last commit which caused build failures if
...
"PCDISPLAY_SOFTCURSOR" is not defined.
2002-07-07 10:52:18 +00:00
junyoung
f73c9efaab
No need to include opt_vga.h here, since it is included in vgavar.h.
2002-07-07 07:37:50 +00:00
junyoung
da843e013f
There's no function like vga_common_setup.
2002-07-07 07:34:54 +00:00
junyoung
64a231036c
Remove __P.
2002-07-07 07:05:40 +00:00