Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-01 | fix ordering of PCI devs | Brad Smith | |
2005-06-01 | regen | Jonathan Gray | |
2005-06-01 | RTL8187. | Jonathan Gray | |
2005-05-31 | bus_dma-ify. needs bus_dmamap_sync's, but works on coherent arch's now. | Jason Wright | |
NOW: someone remove vtophys from the amd64 port before someone else gets the silly idea that it somehow "works" on that port. | |||
2005-05-31 | Reduce ccbs for now because millert had issues on a 475. | Marco Peereboom | |
This needs some intelligence because it does help the 518s. | |||
2005-05-29 | regen | Brad Smith | |
2005-05-29 | - better pcidevs entries for Intel Gig and add 82573 ids | Brad Smith | |
- add/fix up Abocom enries | |||
2005-05-29 | use JAPAN for locale code 0 stored in some rtw EEPROMs. | Reyk Floeter | |
2005-05-29 | further cleanup - use bzero, bcopy and bcmp | Reyk Floeter | |
ok jsg@ | |||
2005-05-29 | knf | Reyk Floeter | |
2005-05-29 | add the RTL8185 (not working yet) | Reyk Floeter | |
2005-05-29 | rtw cleanup | Reyk Floeter | |
2005-05-29 | cleanup rtw | Reyk Floeter | |
2005-05-28 | fix hostap mode | Reyk Floeter | |
2005-05-28 | Don't display vid/pid from CIS if vid is 0. | Jonathan Gray | |
Makes more sense than displaying the PCI values which is already covered by the PCI code. | |||
2005-05-28 | Don't use vid/pid from the CIS if vid is 0 when reporting unmatched | Jonathan Gray | |
devices. Several devices have been known to have this behaviour. ok deraadt@ | |||
2005-05-28 | make sure to enable socket on resume. | Robert Nagy | |
in order for the enable to work disable the socket on suspend. ok jsg@, mickey@ | |||
2005-05-28 | Step 3 in fixing bioctl commands intermixed with regular io. | Marco Peereboom | |
Enhance performance by using two sleep channels instead of one. All mickey, but I'll take credit for typing it. ok mickey@ | |||
2005-05-28 | Step 2 in fixing bioctl commands intermixed with regular io. | Marco Peereboom | |
Add tsleep/wakeup magic to drain IO when a RAID mgmt command wants to run. Issue RAID mgmt command. Resume IO. ok mickey@ | |||
2005-05-27 | step 1 in fixing bioctl commands intermixed with regular io. | Marco Peereboom | |
- Added the magical sequence for polling IO - Created new polling function per hardware generation Lots and lots of constructive yelling mickey@ ok mickey@ | |||
2005-05-27 | allow reception of Jumbo frames by default without having to bump | Brad Smith | |
the MTU up. tested by marious@, ok mcbride@ | |||
2005-05-27 | make sure to enable socket on resume. | Robert Nagy | |
in order for the enable to work disable the socket on suspend. lot of help from mickey@ ok jsg@ millert@ | |||
2005-05-27 | - Merge changes from pxacom back into the common com driver. | Uwe Stuehler | |
Changes to the common com driver (partly from NetBSD): - Multiply before divide in comspeed() to avoid overflow (from NetBSD). - Don't call getc() and send -1 if the output queue is empty. - Take UART clock frequency as a parameter instead of using COM_FREQ. ok deraadt@ | |||
2005-05-27 | print the screwed ofs in the panic msg | Michael Shalayeff | |
2005-05-27 | De-inline a couple of long functions, which also makes them ↵ | Hakan Olsson | |
debugger-visible. 'makes sense' mickey@ | |||
2005-05-27 | remove some misplaced htole32s | Reyk Floeter | |
2005-05-27 | re-enable gpio init even without using the gpio(4) framework | Reyk Floeter | |
2005-05-27 | modernize and cleanup the nsgphy code, using mii_phy_setmedia/mii_phy_tick | Brad Smith | |
and the generic MII #defines | |||
2005-05-27 | some cleanup | Brad Smith | |
2005-05-27 | - fix reception of VLAN sized frames on 82558 and up | Brad Smith | |
- add support for reception of VLAN sized frames on 82557 | |||
2005-05-27 | handle SIOCSIFMTU ioctl | Brad Smith | |
2005-05-27 | - disable the gpio user interface for now, it's just an unimportant | Reyk Floeter | |
button which is not yet available on non-i386 platforms - fix endianess and attachement on big endian platforms (tested on macppc - ath attaches correctly, receives frames but assoc still fails) | |||
2005-05-27 | byebye ncr(4) and some vtophys | Martin Reindl | |
2005-05-27 | nuke vtophys crap | Jason Wright | |
2005-05-27 | kill another forgotten vtophys since bus_dma conversion | Peter Valchev | |
2005-05-27 | remove vtophys hack (for alpha) which this driver no longer uses | Peter Valchev | |
2005-05-26 | remove unused vtophys stuff | Martin Reindl | |
ok jason@ | |||
2005-05-26 | remove vtophys (it wasn't used anyway) | Jason Wright | |
2005-05-26 | M-Systems DiskOnKey2 works better with zero padded commands so make it | Kenneth R Westerback | |
CPROTO_ATAPI. This is what my 'IBM USB 2.0 Memory Key' actually was. | |||
2005-05-26 | add a cardbus attachment for uhci. This code is based on the ohci_cardbus.c | Nathan Binkert | |
and uhci_pci.c files. ok dlg@ | |||
2005-05-26 | nForce4 PATA support from Olivier Crouzet <ol at epita.fr>. ok grange@ | Jonathan Gray | |
2005-05-26 | Fix compilation on macppc and likely other archs. | Jonathan Gray | |
2005-05-26 | regen | Federico G. Schwindt | |
2005-05-26 | geforce fx5500 | Federico G. Schwindt | |
2005-05-25 | - identify Compex NICs (untested) | Martin Reindl | |
- wrap more functions in TULIP_PERF* macros ok brad@ from NetBSD | |||
2005-05-25 | PQUIK_NOMODESENSE no longer does anything, and PQUIRK_NOBIGMODESENSE was | Kenneth R Westerback | |
defined to be 0. Expunge references. Null entries in quirks table will be removed later. | |||
2005-05-25 | Fix instances of macros with improperly parenthasized arguments. | Brad Smith | |
2005-05-25 | - Fixed resetting of the watchdog timer and queue full flag. | Brad Smith | |
- When reading PHY regs over the i2c bus, the turnaround ACK bit is read one clock edge too late. This bit is driven low by slave (as any other input data bits from slave) when the clock is LOW. The current code did read the bit after the clock was driven high again. - Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). From FreeBSD | |||
2005-05-25 | regen | Brad Smith | |
2005-05-25 | 1 Mbps Ethernet, huh? | Brad Smith | |