Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-29 | Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712. | Alexander Yurchenko | |
Diff from Stephan Leemburg <sleemburg@jvc.nl>. | |||
2005-04-29 | Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing. | Jonathan Gray | |
Tested by Pedro la Peu <pedro at am-gen.org>. ok grange@ | |||
2005-04-29 | regen | Jonathan Gray | |
2005-04-29 | ATI IXP 400 devices and some additional Radeon XPRESS IDs. | Jonathan Gray | |
2005-04-28 | more snprintf checking. ok krw@ | Moritz Jodeit | |
2005-04-28 | install kue firmware on zaurus; ok uwe@ dlg@ | David Krause | |
2005-04-27 | Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force a | Kenneth R Westerback | |
full LUN scan on UMASS SCSI targets. UMASS provides reliable max lun information so we shouldn't waste time. Fixes many x-in-1 card reader/writers that report identical INQUIRY information for every slot they provide. Lots of diagnosis and testing by dlg@, ok dlg@, 'I can live with this' marco@. | |||
2005-04-27 | Remove unnecessary step in ack sequence. | Marco Peereboom | |
Help LSI, ok mickey@ | |||
2005-04-27 | In osiop_checkintr(), bail out early and do not claim the interrupt for | Miod Vallat | |
``can't happen'' situations (which happen sometimes on mvme88k), rather than inadvertently dereference NULL pointers and panic. | |||
2005-04-27 | regen | Jakob Schlyter | |
2005-04-27 | add Audiovox RTM-8000 GSM/GPRS CF | Jakob Schlyter | |
2005-04-25 | KNF and zap trailing whitespace. | Niall O'Higgins | |
no binary changes. | |||
2005-04-25 | csum -> csum_flags | Brad Smith | |
ok krw@ canacar@ | |||
2005-04-25 | use delay() and not tsleep() in attach. makes driver work properly with | Niall O'Higgins | |
``Ensoniq CT5880''-based card. from netbsd rev 1.59 ok mickey@ | |||
2005-04-25 | Use ETHERTYPE_VLAN. | Brad Smith | |
2005-04-25 | remove the stepping info since this isn't right | Brad Smith | |
2005-04-24 | add fxp-d102e to the list | Brad Smith | |
2005-04-24 | add microcode to support interrupt mitigation on the | Brad Smith | |
82551 F stepping chipset. From FreeBSD via Dmitry Bogdan <dsb at imcs dot dvgu dot ru> | |||
2005-04-24 | - fix and update comments | Brad Smith | |
- use ETHERTYPE_IP instead of magic value - saanp -> type_ipv4 From FreeBSD ok mickey@ | |||
2005-04-23 | accept VLAN-sized frames | Brad Smith | |
2005-04-23 | style | Brad Smith | |
2005-04-23 | - always accept VLAN-sized frames | Brad Smith | |
- support setting the MTU | |||
2005-04-23 | Fix newer Xircom CBE2-100 cards. | Brad Smith | |
We have to enable the connection to the MII first. Doing so fixes the problem cards without breaking the older, working cards. From FreeBSD | |||
2005-04-23 | make sure bus mastering is enabled | Martin Reindl | |
ok brad@ from NetBSD | |||
2005-04-22 | Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series. | Miod Vallat | |
Claims the console keyboard if a keyboard is detected at boot time, otherwise HIL is preferred (but due to wsmux both can be used simultaneously). | |||
2005-04-22 | sparc -> sparc64 | Brad Smith | |
2005-04-21 | snprintf error handling, ok beck cloder | Theo de Raadt | |
2005-04-21 | If the SMM driver had enabled ownership change interrupts, re-enable them | Christopher Pascoe | |
temporarily before we attempt to take control. ok dlg@ | |||
2005-04-21 | Preserve any configuration data that may have been set by SMM/BIOS over | Christopher Pascoe | |
chip reset. ok dlg@ | |||
2005-04-21 | Relocate debugging printf so it describes the right thing. | Christopher Pascoe | |
2005-04-21 | Fix inverted logic when testing for successful SMM handover. | Christopher Pascoe | |
2005-04-21 | o if the mac address cannot be read, just fail and disestablish the | Federico G. Schwindt | |
irq (for shared irq's) on failure. (should other drivers do the same?) o if it's a rev 0x12 card, only use the first phy as it reports a non-existent one as well (From FreeBSD). o remove splimp/splx from ste_attach(). o some cleanup. thanks to matt at mattroberts dot org and paolo at actcom dot net dot il for testing; commit deraadt@. | |||
2005-04-21 | correct idion for snprintf failure handling; ok cloder | Theo de Raadt | |
2005-04-20 | support 11b and 11a mode on the ar5211. "pure" 11g mode is not yet | Reyk Floeter | |
tested but should work as well. thanks for the hardware donation! | |||
2005-04-20 | SiS 180/181/182 SATA support using generic sata_chip_map(). | Jonathan Gray | |
Hints from NetBSD and FreeBSD. ok grange@ | |||
2005-04-20 | Replace VIA SATA chip map routine with generic sata_chip_map(). | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | SiS 760 support from a tech@ mail from peter.galbavy at knowtion.net | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | SiS 661 support tested on a Gigabyte 8S661FXMP-RZ board. | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | regen | Jonathan Gray | |
2005-04-20 | A bunch of PCI/SATA SIS devices. | Jonathan Gray | |
2005-04-19 | use pool for struct vndbug; tested by many and pedro@ ok | Michael Shalayeff | |
2005-04-19 | fix for isochronous pipes: | Damien Bergamini | |
xfer's busy_free status can be XFER_ONQU when uhci_device_isoc_done() is called. this happens when the xfer is queued in the driver supplied callback function that is called before uhci_device_isoc_done(). ok dlg@ | |||
2005-04-19 | be more cautious when processing CMV interrupts. | Damien Bergamini | |
drop every CMV reply that is not a CR or CW ack. | |||
2005-04-18 | beautify the code by renaming HAL functions with capitalized words (i | Reyk Floeter | |
always wanted to do that). this breaks HAL compatibility but porting should be easy, have a look at athvar.h. no functional changes. | |||
2005-04-18 | - check for ETHERMIN with SIOCSIFMTU ioctl case | Brad Smith | |
- don't need to trim off anything but the VLID bits in the driver anymore | |||
2005-04-17 | Intermediate cast of strio_offs -> uio_offset should be u_long not long | Todd C. Miller | |
since otherwise a very high kernel address would be stored as a negative offset. From NetBSD (christos). | |||
2005-04-17 | Fix typos | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | Typo in panic string | Tom Cosgrove | |
ok krw@ | |||
2005-04-17 | tabs not spaces | Michael Shalayeff | |
2005-04-17 | Timeouts are not ran at splhigh anymore so we don't need splimp. | Marco Peereboom | |
Inspired by beck@, ok mickey@ |