Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-16 | Oops PREREAD not PREWRITE. | Marco Peereboom | |
2006-05-16 | Add TUR and make it send it directly to firmware. | Marco Peereboom | |
Sprinkle some extra debug. | |||
2006-05-15 | Clear all relevant ccb fields when mfi_put_ccb frees a ccb. | Marco Peereboom | |
2006-05-15 | Oops don't send command twice to firmware when polling. | Marco Peereboom | |
2006-05-15 | Add INQUIRY command. | Marco Peereboom | |
Add sgl magic. | |||
2006-05-15 | Sprinkle bus_space_barrier()s after LANCE register writes, as already done | Miod Vallat | |
in if_le.c; ok jason@ | |||
2006-05-15 | Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variant | Dimitry Andric | |
also needs a X.org update, which will go in later. Tested by a bunch of people; ok deraadt@ | |||
2006-05-15 | Add device name when printing out errors. Pointed out by deraadt@ | Marco Peereboom | |
2006-05-15 | Kill evil spacing. | Marco Peereboom | |
2006-05-15 | Make _bmc_io_wait 1 second instead of 500ms. | Marco Peereboom | |
Prevent multiple reads and writes to the bmc at the same time which could interrupt a complete bmc transaction. tested by various people. | |||
2006-05-15 | add a shutdown hook. | Brad Smith | |
2006-05-14 | up the TX descriptors to the max. | Brad Smith | |
2006-05-14 | only call init if not running. | Brad Smith | |
2006-05-14 | amd64 can handle this too; tleslie@gmail.com | Theo de Raadt | |
2006-05-14 | set the multicast filter in xge_init(). | Brad Smith | |
2006-05-14 | set the maximum MRU by default. | Brad Smith | |
2006-05-14 | account for interrupts in the interrupt handler. | Brad Smith | |
2006-05-14 | re-enable link up/down messages because they spray a lot right now | Theo de Raadt | |
(clearly indicating some bug) copy mac address correctly | |||
2006-05-14 | comment out link up/down printf's. | Brad Smith | |
2006-05-14 | Initial import of wpi(4), a blob-free driver for Intel PRO/Wireless 3945ABG | Damien Bergamini | |
802.11 adapters as found in Centrino Duo laptops. More to come but works well enough for me to commit this over a wpi(4). go for it deraadt@ | |||
2006-05-14 | Add abstraction for resistor factors; makes it easier to compare them to | Mark Kettenis | |
the datasheets. Fix a few bugs in the handling of voltage sensors. From Constantine Murenin <mureninc@gmail.com>. | |||
2006-05-14 | Add a quirk to force the Wi-spy spectrum analyser to attach as ugen. | Matthieu Herrb | |
It claims to be a HID device, but it's not really one. ok miod@, jsg@. | |||
2006-05-13 | regen | Matthieu Herrb | |
2006-05-13 | Add Metageek Wi-Spy. ok deraadt@ | Matthieu Herrb | |
2006-05-13 | add IFQ_SET_MAXLEN | Brad Smith | |
2006-05-13 | add IFQ_SET_READY in wanpipe_generic_register() to notify the stack that this | Brad Smith | |
driver is ALTQ ready. ok canacar@ Thanks to Peter Hessler for noticing the issue and testing. | |||
2006-05-13 | use the PCI id from pcireg.h | Brad Smith | |
2006-05-13 | add the PCI id and minimal changes necessary for the Xframe-II, according | Brad Smith | |
to the Xframe-II porting docs from Neterion. currently untested. | |||
2006-05-12 | Fix a misreporting bug after bioctl -H is used to create a hotspare. This was | Marco Peereboom | |
reported by several people. What happens is that the firmware sometimes misreports what SCSI type a device is. The driver was only allowing a create hotspare function when the type was set to hard disk. Since the firmware will, obviously, not allow the driver to create a hotspare on any other type of device the driver doesn't need these smarts and now will ignore the type. Tested by henning todd and Ben Lovett. ok dlg | |||
2006-05-12 | add the PCI hdaudio subclass. | Brad Smith | |
2006-05-12 | code we can read | Theo de Raadt | |
2006-05-11 | use the PCI multimedia subclass type HD audio define from pcireg.h | Brad Smith | |
2006-05-11 | add PCI multimedia subclass type of HD audio. | Brad Smith | |
2006-05-11 | if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie per | Miod Vallat | |
file. | |||
2006-05-11 | more microHAM devices | Jason Wright | |
2006-05-11 | more microHAM devices (from linux) | Jason Wright | |
2006-05-11 | support the microHAM radio/computer interfaces | Jason Wright | |
2006-05-11 | sync | Jason Wright | |
2006-05-11 | 2 microHAM devices from linux, and one from me | Jason Wright | |
2006-05-11 | fix incorrect ADC list for ALC880. | Brad Smith | |
From kent NetBSD | |||
2006-05-10 | Add some airplane code. | Marco Peereboom | |
add bio hooks. add scsi entry point for io. | |||
2006-05-10 | regen | Michael Shalayeff | |
2006-05-10 | a few more oxford thingies and order | Michael Shalayeff | |
2006-05-09 | fix non-ALTQ case. | Brad Smith | |
2006-05-09 | Sprinkle a few bus_space_barrier() calls. Some of these may not be strictly | Mark Kettenis | |
necessary, but they will help debugging of alipm(4) still messes up the bus on sparc64. Always enable on sparc64 again. ok deraadt@ | |||
2006-05-08 | Add smbios support for i386 and amd64, fix ipmi to use this new functionallity, | Gordon Willem Klok | |
hook up some sysctls to add system vendor/product/version and UUID reporting. "get it in" deraadt@ | |||
2006-05-08 | fix printf. | Brad Smith | |
2006-05-08 | KNF | Brad Smith | |
2006-05-08 | silence a debug message; from kili@outback.escape.de; ok miod | Theo de Raadt | |
2006-05-08 | Make ath_attach() return error if the RF is unsupported so the PCI code | Pedro Martelletto | |
can disable its shutdown hooks, otherwise we will panic upon halt. Okay jsg@ and brad@. |