Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-25 | match on gemtek | Michael Shalayeff | |
2001-10-25 | regen | Michael Shalayeff | |
2001-10-25 | add gemtek and symbol wlans; from netbsd | Michael Shalayeff | |
2001-10-25 | darkblack@networking-center.org says it should be apostrophe instead of ↵ | Michael Shalayeff | |
grave in the _es map | |||
2001-10-25 | ddb entry support using usb (console) keyboard. | Dale Rahn | |
Do not send characters directly from usb interrupt handler for console keyboard. entering ddb from within the usb interrupt handler is _bad_. Instead delay until next timeout check and deliver characters then. Tested on mappc. From NetBSD. | |||
2001-10-25 | If a usb keyboard is detached, check if the intrpipe is still active. | Dale Rahn | |
Console keyboard will still be active and must be shut down for successful detach. This change and previous change to wskbd.c both from NetBSD. Tested by miod@ and myself. Hot plug/unplug on USB console keyboard now works on macppc. (this and wskbd.c may be errata candidates). | |||
2001-10-25 | If the console keyboard goes away, reinit wskbd_console_device. | Dale Rahn | |
Will allow future console keyboard attaches to occur. | |||
2001-10-24 | Print intrstr, not dv_xname. mickey@ ok. | Hakan Olsson | |
2001-10-24 | Use macros from sys/disklabel.h instead of custom ones with slightly | Todd C. Miller | |
different (and thus confusing) semantics. | |||
2001-10-24 | Protect against deranged fabric name servers. | mjacob | |
Correct the # of output mailboxes for EXECUTE IOCB A64. Comment out some redundant initialization to zero. If we get ISP_QUEUES_FULL status, remember to actually set SCSI_QFULL since the QLogic f/w, on some cards, doesn't do so. Grumble. | |||
2001-10-24 | keep up with the joneses (track other OS) | mjacob | |
2001-10-24 | update firmware | mjacob | |
2001-10-24 | More cleanups from FreeBSD version- principally getting rid of bogus | mjacob | |
pullup for small mbufs (which was unnecessary); setting txint delay; | |||
2001-10-24 | Match Netgear MA301 dumb PCMCIA->PCI bridge. | Todd C. Miller | |
2001-10-24 | regen with MA301 entry | Todd C. Miller | |
2001-10-24 | Add Netgear MA301 (PLX 9052 based dumb PCMCIA->PCI bridge). | Todd C. Miller | |
2001-10-24 | cleanup, such as spaces and dangling return;s | Michael Shalayeff | |
2001-10-24 | replace strings w/ defined names, missing initializer for pcbeep and split ↵ | Michael Shalayeff | |
tone into bass/treble | |||
2001-10-24 | do not #ifdef ANCACHE stuff makes softc constant; pointed out by ↵ | Michael Shalayeff | |
dima@m3d.dhs.org; fix by me | |||
2001-10-24 | add missing RCS ids | Brad Smith | |
2001-10-24 | add several more codecs, from elsa | Michael Shalayeff | |
2001-10-24 | regen | Michael Shalayeff | |
2001-10-24 | a few siemens nixdorf products | Michael Shalayeff | |
2001-10-24 | do not use kvtop(), use dma maps' stuff | Michael Shalayeff | |
2001-10-24 | creative labs sb live! and (perhaps) pci512 driver. | Michael Shalayeff | |
from Yannick Montulet, via netbsd, w/ some minor fixens from meself. | |||
2001-10-18 | solve numerous problems: | Michael Shalayeff | |
- free up ccb before calling scsi_done; - remove bogus tsleep/wakeup ccb availability mechanism; - fix an off by one size reporting in read_capacity. huge 10x to Alan Jones <RAJones@teklinks.com> and teklinks for providing a testbed and his time for testing. tests sustained 34 simultaneous tar zxvp at ldav of 76. however 36 simultaneous bonnies hang the machine, possibly for different reasons though. regardless, this fixed version passes an installation alright. | |||
2001-10-14 | Andreas Gunnarsson found a bug in iha that causes system crashes | Kenneth R Westerback | |
when running a DIAGNOSTIC kernel. This was exposed by the recent migration of the SCSI layer to use pools. timeout_del() was being called on de-allocated memory after every completed SCSI command. Which worked as long as the memory was not reused or zapped ... This patch, slightly modified from Andreas's original diff, moves the timeout_del() to before the call to scsi_done() which de-allocates the memory holding the timeout. All scb's that start a timeout go through this logic and have the timeout_del() called. ok millert@ deraadt@ | |||
2001-10-11 | fix the cmd execution problem from pr#2116; from pvk@tsinet.ru | Michael Shalayeff | |
2001-10-10 | gigabit only phys don't have any of the 10/100 bits set in BMSR, but the | Jason Wright | |
EXTSTAT bit -is- set. Add EXTSTAT to the early check of BMSR so that sk/xmphy can attach correctly. | |||
2001-10-09 | Make bge use busdma | Nathan Binkert | |
2001-10-09 | Don't enable BGE_CHECKSUM yet, since it doesn't work. | Nathan Binkert | |
It shouldn't have been enabled in the first place. | |||
2001-10-09 | - keep a spare dmamap_t around for rx (use it to keep the old mbuf loaded | Jason Wright | |
while trying to get the next buffer setup). - reduce ring size for both rx & tx | |||
2001-10-08 | Support the WiseCom iPort 10/100; thanks to Brendan Hiley <ultr0s@mbox.com.au> | Aaron Campbell | |
for testing the patch. | |||
2001-10-08 | regen | Aaron Campbell | |
2001-10-08 | WiseCom iPort; Brendan Hiley <ultr0s@mbox.com.au> | Aaron Campbell | |
2001-10-08 | Complete (I hope) the changes to siop that make it pay attention | Kenneth R Westerback | |
to the quirks table. These latest changes, triggered by problems Dan Weeks was having and developed with a lot of testing by Dan, should ensure that siop is a) using the quirks of the correct LUN during wide/sync negotiations and b) calling siop_add_dev() for all LUN's which return valid information from an INQUIRY command. | |||
2001-10-07 | match DTCTECH Domex DMX3194U (it's an initio in a different box) | Jason Wright | |
2001-10-07 | sync | Jason Wright | |
2001-10-07 | Domex 3194U | Jason Wright | |
2001-10-06 | Fix various 2300 (2Gb) last minute errata. Keep up with the jones' for | mjacob | |
the target mode code. | |||
2001-10-06 | Completely strip away all non-OpenBSD code to clean things up. Fix the | mjacob | |
setting of cacheline to something that the chip wants. Apply several bug fixes from Sitara networks with respect to transmit descriptor wraparound. Don't do tx descriptor garbage collection in the interrupt service routine. Increase the number of rx descriptors to 256. | |||
2001-10-06 | We must read the SROM ahead of time for all ADMtek-based PCI cards; based on | Aaron Campbell | |
patch from ckuethe@pyxis.cns.ualberta.ca in PR/2102. At some point after 3.0 I must de-cruftify the dc(4) matching code to avoid such errors. :( | |||
2001-10-06 | sync | Aaron Campbell | |
2001-10-06 | More TI FireWire products. | Aaron Campbell | |
2001-10-06 | add sbus frontend for isp | Jason Wright | |
2001-10-05 | restore some of that dead code needed for dev/cons functionality | Michael Shalayeff | |
2001-10-05 | sync | Jason Wright | |
2001-10-05 | fix | Jason Wright | |
2001-10-05 | Add a driver for the Broadcom BCM570x chips. (a.k.a. Tigon3). | Nathan Binkert | |
This driver supports the following cards: 3Com 3c996-T (10/100/1000baseTX) Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) SysKonnect SK-9D21 (10/100/1000baseTX) SysKonnect SK-9D41 (1000baseSX) From FreeBSD | |||
2001-10-05 | Differentiate between 1000baseT and 1000baseX. | Nathan Binkert | |
Add some support for gigabit control/status regs. |