Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-14 | We aren't likely to need to keep track of crypted/decrypted ring | Jonathan Gray | |
bits any time soon... pointed out by damien@ | |||
2005-12-14 | Initial bits for an nvidia nforce Ethernet driver. | Jonathan Gray | |
bus_dma usage modelled after ral. Does not yet see rx interrupts when testing with ck804. Nvidia won't give out documentation for this, various "free" operating systems include a closed source driver, and the Linux people who reverse engineered it to create a specification won't give it out. | |||
2005-12-14 | some codecs have an external amplifier, and in some hw the bit to powering | Federico G. Schwindt | |
it down seems to be inverted, so rather than guessing or workaround this, add a extamp var so it can be toggled in userland via mixerctl(1). audio works in hp nx6125 now; tested by todd@, mickey@ ok. | |||
2005-12-14 | Add AC device glue. | Marco Peereboom | |
2005-12-14 | Add AC device. | Marco Peereboom | |
2005-12-14 | Adjust debug printing levels to something more sane. | Marco Peereboom | |
2005-12-14 | KNF | Marco Peereboom | |
2005-12-14 | Add the last bits and cleanup advice from dlg. | Marco Peereboom | |
2005-12-13 | Use shiny new acpibat.h | Marco Peereboom | |
2005-12-13 | First stab at battery constants and structures. | Marco Peereboom | |
2005-12-13 | add novatel NRM6831; from Felix Kronlage <fkr@hazardous.org> | Michael Shalayeff | |
2005-12-13 | add new device. | Dale Rahn | |
2005-12-13 | sync | Dale Rahn | |
2005-12-13 | support cdce mode. | Dale Rahn | |
2005-12-13 | - Add a whole bunch of new PCI ids. | Brad Smith | |
- Remove the version ("valance") check as it is not necessary. From FreeBSD ok mickey@ | |||
2005-12-13 | use consistent naming for members of the softc struct | David Gwynne | |
2005-12-13 | the megaraid i4 and my dell perc 3/dc share the same vendor and product | David Gwynne | |
ids, but the i4 is considered broken while my perc is definately working fine. so instead of marking all the devices with this vendor and product id as broken, we use the pci subsys ids to determine if the device needs a quirk. ok krw@ marco@ | |||
2005-12-13 | Correct typos in comments. From pedro la peu. | Jonathan Gray | |
2005-12-13 | Add glue to attach devices to apci. | Marco Peereboom | |
2005-12-13 | Need some stuff outside of dsdt.c so create a .h | Marco Peereboom | |
2005-12-13 | Add battery device. | Marco Peereboom | |
2005-12-13 | if_san_common.c | Can Erkin Acar | |
2005-12-13 | Added new objtype values to amltypes | Jordan Hargrave | |
Added evaluation for match object, logical operations, conversions ok marco@ | |||
2005-12-13 | Add check for return value in recvcmd. | Marco Peereboom | |
Unmap ipmi registers if attach fails. ok jordan@ | |||
2005-12-13 | no need for device name before fail | Theo de Raadt | |
2005-12-13 | Don't continue to poke ipmi registers if the ID command fails. | Marco Peereboom | |
ok jordan@ | |||
2005-12-13 | Don't retry unsupported SCSI commands, causing large delays during | Kenneth R Westerback | |
boot process. Same as done to gdt and ioprbs. ok nate@ | |||
2005-12-12 | ansi, no binary change. | Federico G. Schwindt | |
2005-12-12 | fix a license i botched years ago | Michael Shalayeff | |
2005-12-12 | make printf debug-only so some people would just shuddup | Michael Shalayeff | |
2005-12-12 | knf | David Gwynne | |
2005-12-12 | If a PCI-X card is detected then set bge_pcix. | Brad Smith | |
2005-12-11 | sync | Brad Smith | |
2005-12-11 | regen | Brad Smith | |
2005-12-11 | a whole bunch of ciss(4) PCI ids. | Brad Smith | |
From FreeBSD | |||
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat | |
out of procfs and gets a ptrace request PT_{READ,WRITE}_{I,D} as argument; also procfs_checkioperm() becomes process_checkioperm(). From art@ some time ago; ok kettenis@ pedro@ | |||
2005-12-11 | cleanup some knr to ansi i missed, and some extra whitespace i accidentally | David Gwynne | |
snuck in. | |||
2005-12-11 | sync | Brad Smith | |
2005-12-11 | regen | Brad Smith | |
2005-12-11 | - change Intel PRO/100 VE (3) to 82801DB LAN | Brad Smith | |
- add Intel 82801DBL IDE controller PCI id | |||
2005-12-11 | recognize BCM5750 C1 on Ted's Fujitsu Lifebook S7000 | Brad Smith | |
2005-12-10 | use the 5750 DSP code with the BCM5714 and BCM5780 too. | Brad Smith | |
2005-12-10 | add a shutdown function and register it with shutdownhook_establish(). | Brad Smith | |
2005-12-10 | sk_shutdown -> skc_shutdown and register the shutdown function with | Brad Smith | |
shutdownhook_establish(). | |||
2005-12-10 | shrink dmesg entry by one line by merging the chipset revision into | Brad Smith | |
the skc line and fix various error condition printf's in skc_attach(), sk_attach() and sk_alloc_jumbo_mem() so the messages will be displayed properly. ok krw@ | |||
2005-12-10 | add a shutdown function and register it with shutdownhook_establish(). | Brad Smith | |
2005-12-10 | re-add bge_shutdown() but also register the function with | Brad Smith | |
shutdownhook_establish(). | |||
2005-12-10 | Check dm_nsegs > 0 rather than dm_segs > 0 when deciding if there are | Kenneth R Westerback | |
valid segments to unload. Spotted by lint. ok miod@ | |||
2005-12-10 | remove an unused mbuf struct from vr_encap(), leftover from Jason's bus_dma ↵ | Brad Smith | |
conversion. From Andrey Matveev <evol at online dot ptt dot ru> | |||
2005-12-10 | Initialize flags before using it. Spotted by lint. | Kenneth R Westerback | |
ok reyk@ |