Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-17 | remove noisy jason debug printf blatther. bad p | Theo de Raadt | |
2002-06-15 | bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks | Aaron Campbell | |
to todd@ and camiel@ for trying it, too. | |||
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-11 | more debugging info | Niklas Hallqvist | |
2002-06-11 | abs() is defined by ANSI C -- don't use a macro for it. ok niklas@ | Thomas Nordin | |
2002-06-11 | regen | Matthieu Herrb | |
2002-06-11 | Add a bunch of VGA cards, from XFree86-current. ok deraadt@ | Matthieu Herrb | |
2002-06-11 | Remove redundant endianess conversions | Niklas Hallqvist | |
2002-06-09 | unbreak sparc64 kernel builds after the arpcom change. | Artur Grabowski | |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries | |
'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@ | |||
2002-06-09 | fix resuming the eso through the powerhook; from marius aamodt eriksen ↵ | Michael Shalayeff | |
<marius@gone.crockster.net> via pr2704; from the #40 train | |||
2002-06-08 | match new amd pciide a'la netbsd | Chris Cappuccio | |
hpt was fixed in 1.79 | |||
2002-06-08 | add missing ioctl support for SIOCSIFMTU | Jason Wright | |
2002-06-08 | sync | Chris Cappuccio | |
2002-06-08 | Add AMD 8111 IDE | Chris Cappuccio | |
2002-06-08 | pullup two fixes from netbsd | Chris Cappuccio | |
-no longer set southbridge enable bit on ALi rev >=c2 as it is unnecessary and causes rev c4 to hang -in hpt_pci_intr accept interrupt only once IDEDMA_CTL_ACT is turned off, fixes dma errors, lost interrupts, and other problems in hpt370 native mode | |||
2002-06-08 | i386 configures devices while at spl0, this causes problems if devices | Dale Rahn | |
attach the interrupt before initializing the hardware to make sure that no interrupts are pending. By adding splusb() any possible interrupts are blocked and will be handled correctly. Discussed with niklas, ok art@ | |||
2002-06-07 | Fix more timeout handling issues in ohci. There are still cursed harrdware | Miod Vallat | |
that will keep dying with this applied, though. Discussed with drahn@ | |||
2002-06-06 | compatibilty -> compatibility | Aaron Campbell | |
2002-06-06 | regen | Michael Shalayeff | |
2002-06-06 | bunch of nvidia chips; form Dries Schellekens <gwyllion@ace.ulyssis.org> via ↵ | Michael Shalayeff | |
pr2730 | |||
2002-06-06 | match more cards | Niklas Hallqvist | |
2002-06-06 | sync | Niklas Hallqvist | |
2002-06-06 | GDT product sync | Niklas Hallqvist | |
2002-06-06 | sync; ok deraadt@ | Dan Harnett | |
2002-06-06 | add ATI Rage 128 TF; ok deraadt@ | Dan Harnett | |
2002-06-06 | fix stereo handling on bktr, remove dead code from fms (now that radio does ↵ | Michael Shalayeff | |
attachment properly; from jumbo@ | |||
2002-06-05 | steal'' performance calculating loop from pchb.c and have a uniform output | Michael Shalayeff | |
2002-06-05 | regen | Michael Shalayeff | |
2002-06-05 | a driver for the rng on the amd768 power management device (no actual power ↵ | Michael Shalayeff | |
management capabilities are supported yet; from netbsd | |||
2002-06-04 | limit number of rng's passed up per tick to 32; suggested by mickey. | Jason Wright | |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-06-03 | regen | Michael Shalayeff | |
2002-06-03 | add 8233 pci-isa and some uniformity in tabs and spaces | Michael Shalayeff | |
2002-06-03 | probe for flavours, aps and audigy still need more work though | Michael Shalayeff | |
2002-06-03 | spell transceiver correctly | Theo de Raadt | |
2002-06-03 | detect stereo reception; from jumbo@ | Michael Shalayeff | |
2002-06-03 | wrong cutnpaster; problem reported by Tim Tickel <twt@globodom.com> via pr2711 | Michael Shalayeff | |
2002-06-03 | regen | Michael Shalayeff | |
2002-06-03 | Guillemot/maxiradio was a rebadged gemtek/pr103. | Michael Shalayeff | |
the mr(4) was not really tested and therefore is now replaced w/ a tested gtp(4), renamed pci ids too. from jumbo@ | |||
2002-06-02 | withough -> without | Theo de Raadt | |
2002-06-02 | Skeleton driver for the NetOctave NSP2000 (only supports RNG at the moment) | Jason Wright | |
2002-06-02 | sync | Theo de Raadt | |
2002-06-02 | missing first port on titan 800L; noted via seb@script.jussieu.fr | Theo de Raadt | |
2002-06-02 | duplicate vendor | Theo de Raadt | |
2002-06-02 | knf, spaces, no \n in panic | Michael Shalayeff | |
2002-05-31 | put the right thing into the audio name; pt out by Sebastian Stark ↵ | Michael Shalayeff | |
<seb@todesplanet.de> | |||
2002-05-31 | Support for "Intel PRO/100 VM" w/ id 0x1038. | Mike Pechkin | |
art@ ok | |||
2002-05-30 | proper support for vt8233; from freebsd; tested by Jolan Luff ↵ | Michael Shalayeff | |
<jolan@encryptedemail.net> | |||
2002-05-29 | there is no need to store ioaddr/iosize into the softc | Michael Shalayeff | |