Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-23 | - add JMicron vendor ID and SATA II chipset product id. | Brad Smith | |
- add ALi host bridge and PCI-E bridge product id's. - add National Semiconductor CS5535 product id's. - add another Intel IO APIC product id. Intel device from Srebrenko Sehic <ssehic at gmail dot com> ALi and Jmicron devices from Stuart Henderson <sthen at spacehopper dot org> National Semiconductor devices from David Delavennat <david dot delavennat at univ-mlv dot fr> | |||
2005-12-23 | upon startup, only scan-and-attach devices which specify an address | Theo de Raadt | |
attribute; if that is not set, then we hope something later will guess the address. this must be revisited later on, to avoid double-attachment | |||
2005-12-23 | match functions deserve a failure condition | Theo de Raadt | |
2005-12-22 | permit outsider to call iic_print | Theo de Raadt | |
2005-12-22 | ne1619 is a clone by philips | Theo de Raadt | |
2005-12-22 | start at a driver for the stupid ADM 1021 | Theo de Raadt | |
2005-12-22 | document company/stepping regs | Theo de Raadt | |
2005-12-22 | note missing ext temp sensors | Theo de Raadt | |
2005-12-22 | adm1025 ... another day, another chip.. | Theo de Raadt | |
2005-12-22 | typo | Theo de Raadt | |
2005-12-22 | re-work PHY setup, media handling and dual-port detection. | Brad Smith | |
Based on the Marvell FreeBSD driver. | |||
2005-12-22 | Postpone the hil console detection logic to the first detection of a keyboard. | Miod Vallat | |
On hp300, hil would claim console against dnkbd if no dnkbd was found at the time the loop is probed, even if the loop is empty. Because of this, plugging dnkbd later would not select it as console keyboard, which is really annoying on kernels without wsmux, such as hp300 RAMDISK. Now the first keyboard plugged will become the console keyboard, whatever its type. No functional change on hppa, since the console path gives a definite console device setting. | |||
2005-12-21 | wrong comment | Theo de Raadt | |
2005-12-21 | Don't try to predict what different eeprom settings mean | Jonathan Gray | |
so much, makes the Level One AX88178 adapter work. Interestingly enough the Level One adapter seems to work fine without stalls. Though it uses ukphy, I think the correct phy types are supposed to be written in by the driver based on the values in the eeprom... | |||
2005-12-21 | shrink a bit | David Gwynne | |
2005-12-20 | Superfluous stuff. | Claudio Jeker | |
2005-12-20 | Do bus scanning only if underlying controller asked for it. | Alexander Yurchenko | |
2005-12-20 | start at a 2nd generation scanner | Theo de Raadt | |
2005-12-19 | First attempt to have a table of known I2C slave devices that we | Alexander Yurchenko | |
have drivers for. iic(4) will scan the bus for them and try to attach an appropriate driver. For now iic(4) scans for all possible addresses for debugging purposes. ok deraadt@ | |||
2005-12-19 | New Intel ICH SMBus driver to be used with the iic(4) framework. | Alexander Yurchenko | |
ok deraadt@ | |||
2005-12-19 | Make T1 mode work -- tested against an old dusty lmc(4) if found somewhere. | Claudio Jeker | |
2005-12-19 | Check or chop the timeslot map if the map or mode is changed. There is no way | Claudio Jeker | |
you can do 32 timeslots on a T1. | |||
2005-12-19 | Be not too verbose else the debug output would stall a box if the wrong | Claudio Jeker | |
mode is selected. Default debug output in the interrupt handler is not very clever -- even if it is not compiled in by default. | |||
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter | |
2005-12-18 | add back comment about wrong code | Nikolay Sturm | |
ok marco | |||
2005-12-18 | Apparently the Scanlogic SL11R is not UFI, and correctly identifies itself as | Mark Kettenis | |
SCSI. From NetBSD. Tested by me. ok krw@ | |||
2005-12-18 | Add bits string for smbus host status register to be able to | Alexander Yurchenko | |
print it with %b. | |||
2005-12-18 | Add SMBus controller registers. | Alexander Yurchenko | |
2005-12-18 | if not a newer chip then print i82557, all fxp's attached to the ICH | Brad Smith | |
chipsets are i82562. | |||
2005-12-17 | more PCI ids. | Brad Smith | |
2005-12-17 | regen | Brad Smith | |
2005-12-17 | add a few more fxp PCI ids. | Brad Smith | |
2005-12-17 | This driver had no chances to work. Still has some issues. | Alexander Yurchenko | |
2005-12-17 | regen | Brad Smith | |
2005-12-17 | add ICH7 fxp PCI id. | Brad Smith | |
2005-12-17 | Replace 'while (j>=0)' constructs with safer, more KNF friendly for() | Kenneth R Westerback | |
loops because j is unsigned. Comments from Marco Hyman and Andreas Gunnarson fixed my first version. Spotted by lint. 'go for it' deraadt@ for initial version. | |||
2005-12-17 | Don't dynamically assign ring size, simplifies ring structures | Jonathan Gray | |
and code that deals with rings. We can get away with this as we only have one type of rx and one type of tx ring at a time unlike ral(4). Suggested by and ok damien@ | |||
2005-12-17 | Split length and flags up into seperate variables in | Jonathan Gray | |
descriptors and make use of MCLBYTES for length setting. Sugested by damien@ | |||
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat | |
instead; looked at millert@ | |||
2005-12-17 | regen | Jonathan Gray | |
2005-12-17 | Add 3Com 3CRWE62092B and SanDisk ConnectPlus. | Jonathan Gray | |
2005-12-16 | Typo and use correct header file. | Marco Peereboom | |
2005-12-16 | Remove test for kbd_reset. Prompted deraadt@, ok jordan@ | Marco Peereboom | |
2005-12-16 | Added hooks for powerdown/power button press | Jordan Hargrave | |
2005-12-16 | Cleaned up common power management register i/o | Jordan Hargrave | |
Added enter sleep state ioctl Hooked power button interrupt ok marco@ | |||
2005-12-16 | a little quieter | Brad Smith | |
2005-12-16 | Add new unified header file for devices. Suggested deraadt@ | Marco Peereboom | |
2005-12-16 | Use new unified header. | Marco Peereboom | |
2005-12-16 | Remove .h files and replace them with a single one. Suggested deraadt@ | Marco Peereboom | |
2005-12-16 | Remove autoconf chatter | Marco Peereboom | |