Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth | |
actually get detected and attached. Also adds a kernel api for manipulating agp. Enable this on i386 and amd64. "I think you should commit it" deraadt@, ok matthieu. Looked over by several others. | |||
2007-11-25 | Sync. | Kenneth R Westerback | |
2007-11-25 | Add NVIDIA GeForce 8600 GT found on ASUS P5K-E. | Kenneth R Westerback | |
2007-11-25 | Sync. | Kenneth R Westerback | |
2007-11-25 | Shorten some text. "AHCI SATA" and "SATA AHCI" -> "AHCI" as suggested by | Kenneth R Westerback | |
Theo. | |||
2007-11-25 | spelling fixes from Martynas Venckus; ok miod | Jason McIntyre | |
2007-11-25 | When plugging a device, assign BARs and set interrupt lines. | Mark Kettenis | |
Makes ExpresCard hotplugging fully functional at least on laptops with an Intel chipset. | |||
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre | |
2007-11-25 | Strip the CRC in rxeof() | Jonathan Gray | |
ok claudio@ | |||
2007-11-25 | remove an ugly nested block | Theo de Raadt | |
2007-11-25 | Correctly setup the tx descriptor by using the right mapping infos. | Claudio Jeker | |
This makes et(4) work and as ususal this is commited over et(4) to prove that it is usuable. with and ok jsg@ | |||
2007-11-25 | Map the interrupt pins used for swizzling *after* mapping the PCI Express | Mark Kettenis | |
hotplug interrupt such that we don't thrash the information necessary to do that. | |||
2007-11-25 | When available and ACPI is enabled use the ACPI reset method | Jonathan Gray | |
to reboot. This is required for some quirky sis machines and likely others to reboot. Tested by many. 'commit early commit often' deraadt@ | |||
2007-11-25 | First step towards PCI Express/ExpressCard hotplug. Unplug should work on | Mark Kettenis | |
detachable drivers. "put it in" deraadt@ | |||
2007-11-25 | Make msk(4) detachable. | Mark Kettenis | |
"can't be wrong" deraadt@ | |||
2007-11-24 | First step towards PCI Express/ExpressCard hotplug. Unplug should work on | Mark Kettenis | |
detachable drivers. "put it in" deraadt@ | |||
2007-11-24 | The Sigmatel codec id 7662 looks identical to STAC7661 and works fine with | Deanna Phillips | |
the code here. Tested by Rob Lytle, thanks. | |||
2007-11-24 | typo | Miod Vallat | |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre | |
2007-11-24 | Allow for any baud rate within a range rather than | Jonathan Gray | |
having a fixed list of rates. | |||
2007-11-23 | Don't do anything in the shutdownhook if the registers aren't mapped. | Mark Kettenis | |
ok deraadt@, fgsch@ | |||
2007-11-23 | ukbd_rawrepeat only there if WSDISPLAY_COMPAT_RAWKBD | Theo de Raadt | |
2007-11-23 | Check for invalid dev indices, which could get here through ioctl. | Deanna Phillips | |
2007-11-23 | If the card has gone away, return imediately from the interrupt handler. | Mark Kettenis | |
ok dlg@ | |||
2007-11-23 | starting bits to implement hotplug of sili controllers. this adds the code | David Gwynne | |
to clean up the atascsi stuff, and has sili call it when its going away. tested on an expresscard sili variant by kettenis@ | |||
2007-11-23 | feng shui | David Gwynne | |
2007-11-23 | Don't use uninitialized variables in umbg_detach. | Marc Balmer | |
2007-11-23 | Make sure that variables used during detach are initialized during attach. | Marc Balmer | |
Discussed with dlg. | |||
2007-11-23 | use copyin and copyout to get the actual ata data in and out of the kernel | David Gwynne | |
for the ata ioctl used by atactl. i dont know how this worked before. | |||
2007-11-23 | Sanitize the use of timeouts: | Marc Balmer | |
Instead of calling timeout_set(..., NULL, NULL) in attach routines and later timeout_del(...) timeout_set(..., func, arg) timeout_add(..., time) set the function and argument in the initial timeout_set() call and only use timeout_add(..., time) later. ok dlg, fgsch, krw, winiger | |||
2007-11-23 | implement translation of the scsi vpd page for fetching a disks serial | David Gwynne | |
number. lets bioctl against an atascsi disk see the serial number. continually requested by henning@ | |||
2007-11-23 | kprintf -> printf, unbreaks USB_DEBUG | Marc Winiger | |
"of course" deraadt@ | |||
2007-11-23 | t10 has a whole spec on doing SCSI to ATA translation called SAT. i wish | David Gwynne | |
id known about it when i wrote atascsi. anyway. it says we should claim SPC-3 when we fake INQUIRY. | |||
2007-11-23 | Degrade sensor status in an interrupt context. | Marc Balmer | |
2007-11-23 | No need for process context to degrade the sensor status. | Marc Balmer | |
Discussed with kettenis. | |||
2007-11-21 | Collect subid #defines at the top. | Deanna Phillips | |
2007-11-21 | attach Logitech QuickCam Pro 5000 as ugen for now | Robert Nagy | |
2007-11-21 | regen | Robert Nagy | |
2007-11-21 | add Logitech QuickCam Pro 5000 | Robert Nagy | |
2007-11-21 | Remove superfluous function declaration | Bret Lambert | |
ok jsg@ | |||
2007-11-19 | armish and zaurus too | Theo de Raadt | |
2007-11-19 | 802.11 radiotap + various tweaks | Damien Bergamini | |
2007-11-19 | pairwise keys always have an ID equal to 0. | Damien Bergamini | |
2007-11-19 | all TX rings have the same fixed size (256 entries) and this is not | Damien Bergamini | |
configurable so simplify rings allocation a bit. | |||
2007-11-19 | sigh, amd64 still uses that stupid acpi_enabled variable... | Theo de Raadt | |
2007-11-19 | softc's come initialized to 0, you know... | Theo de Raadt | |
2007-11-19 | store revision; from jsg | Theo de Raadt | |
2007-11-19 | supply a place to store acpi version; from jsg | Theo de Raadt | |
2007-11-19 | Initialize sc_facs earlier. | Mark Kettenis | |
ok deraadt@, beck@, canacar@ | |||
2007-11-19 | When ignoring whether FR turns on or not, we should still set FRE, | Christopher Pascoe | |
otherwise we risk leaving the port disabled after a stop/start during error recovery. ok dlg@ |