Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-08 | useless netns includes; there was no NS stuff ever here | Henning Brauer | |
2005-06-08 | disable RX checksum offload until its fixed on little endian systems | Brad Smith | |
2005-06-07 | put the whole thing in this time. | Brad Smith | |
add support for the BCM5714. | |||
2005-06-07 | undo busted diff. why AGAIN brad???? | Theo de Raadt | |
2005-06-07 | add support for the BCM5714. | Brad Smith | |
From FreeBSD | |||
2005-06-07 | CCITT about to bite the dust, remove special casing in archs and drivers | Henning Brauer | |
2005-06-06 | correct names for miscellaneous control bit register | Michael Coulter | |
ok mickey@ | |||
2005-06-06 | AD1981 is actually AD1980 | Michael Coulter | |
ok mickey@ | |||
2005-06-05 | Add megaraid 320 from Alexey E. Suslikov <cruel at texnika dot com dot ua> | Marco Peereboom | |
2005-06-05 | resync | Marco Peereboom | |
2005-06-05 | Add Megaraid 320 from Alexey E. Suslikov <cruel at texnika dot com dot ua> | Marco Peereboom | |
2005-06-05 | ops, forgot to regen this as well. | Federico G. Schwindt | |
2005-06-04 | regen. | Federico G. Schwindt | |
2005-06-04 | k8htb pci bridges as found in asus a8v deluxe mobo; deraadt@ ok | Federico G. Schwindt | |
2005-06-03 | reties -> retries | Miod Vallat | |
2005-06-02 | use much simpler switch for pci_machdep.h; ok drahn@ whatever tdr (; | Michael Shalayeff | |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert | |
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@ | |||
2005-06-02 | correctly close the audio device in audio_open() if one of the | Joris Vink | |
precision parameters is zero. ok tedu@ | |||
2005-06-02 | Remove non-emulating wsdisplays - nothing uses them. | Miod Vallat | |
ok deraadt@ | |||
2005-06-02 | Do not compile scrollback support if option SMALL_KERNEL. | Miod Vallat | |
ok deraadt@ | |||
2005-06-02 | Eradicate USB quirks NOTUR and NODOORLOCK. Should no longer be | Kenneth R Westerback | |
required and no actual users of the relevant devices found. ok marco@ | |||
2005-06-01 | De-inline if option SMALL_KERNEL on alpha; saves 4KB off RAMDISK{,B}, other | Miod Vallat | |
kernels and platforms unaffected. ok deraadt@ | |||
2005-06-01 | De-inline a few functions if option SMALL_KERNEL, and do not compile | Miod Vallat | |
ahc_print_scb() unless option AHC_DEBUG. Saves about 3KB on alpha RAMDISK{,B}. ok deraadt@ | |||
2005-06-01 | Do not kill the event sink when closing a wsmouse device opened in write-only | Miod Vallat | |
mode, thus only been used to issue ioctls. This chunk was lost in r1.14; reported by Douglas Santos. | |||
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 | |