Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-22 | use the exact same policy for choosing apic on all 3 types of kernel. | Theo de Raadt | |
ok kettenis | |||
2008-12-21 | Change the way we include mpbios code to be similar to what we do on i386. | Mark Kettenis | |
ok deraadt@ | |||
2008-12-01 | terse is good, more readable; please commit deraadt@ | Todd T. Fries | |
2008-11-26 | Enable Bluetooth (btd and btctl are not hooked into the build yet) | Uwe Stuehler | |
2008-11-24 | Import btsco(4) from NetBSD to work on it | Uwe Stuehler | |
2008-11-22 | Move the drm drivers over from: | Owain Ainsworth | |
vga1 at pci0 inteldrm0 at vga1 to vga1 at pci0 inteldrm0 at vga1 drm0 at inteldrm0 i.e. a similar scheme to audio(4) where the interface attaches on top of the wildly different drivers. This helps to clean up the code a lot (more is coming) and help me start to move drm to being essentially bus independent, which will help in the future. | |||
2008-11-22 | potentially com, not pccom | Theo de Raadt | |
2008-11-21 | no, amd64 does not have pccom; ok dlg with glee | Theo de Raadt | |
2008-11-09 | Rework that way that agp attaches. | Owain Ainsworth | |
previously, we had a static list of pcidevs and which agp driver would be interanlly attached. Instead, split the agp drivers so they work like audio(4), where we attach a driver, which sets up some callbacks and initial state, then attaches the interface (agp(4)). Since this allows us to attach different drivers in different places, and give them /proper/ probe functions move most of the drivers back to attaching at pchb, where they should, and intagp (formerly agp_i810) stays attaching at vga, since it's part of the intel integrated graphics chips. Diff shrinks the kernel slightly, gets rid of the annoying "no integrated graphics" warning, and allows more cleanup later. Tested by many. fix for alpha build (the only other vga_pci.c consumer) suggested by miod. | |||
2008-10-24 | Add auacer(4) to handle the audio controller found in some ALi/ULi | Brad Smith | |
southbridge chipsets. ok ratchov@ | |||
2008-10-23 | add mos(4) to the most relevant config files | Theo de Raadt | |
2008-10-15 | inteldrm and radeondrm are pretty stable by this point, so enable them on amd64 | Owain Ainsworth | |
and i386. deraadt got sick of me wussing out over this. | |||
2008-10-08 | uhci(4) at cardbus(4) seems to work (to the same extent that ohci(4) and | Theo de Raadt | |
ehci(4) work; ie. it has the same variety of unplug bugs) | |||
2008-10-01 | When things get tight, sis(4) loses first | Theo de Raadt | |
2008-09-29 | enable JMicron Ethernet (jme/jmphy) | Jonathan Gray | |
2008-08-02 | compile inteldrm and radeondrm in GENERIC by default, but disabled. | Owain Ainsworth | |
This will let them get some more testing. Re-order things a little while i'm here. prompted by and ok deraadt@. | |||
2008-07-30 | enable ix(4) on amd64 | Reyk Floeter | |
ok deraadt@ | |||
2008-07-20 | no, ipmi is still not fine on some machines (since acpi got enabled) | Theo de Raadt | |
2008-07-02 | add CRYPTO | Todd T. Fries | |
ok deraadt@ | |||
2008-07-02 | add softraid | Todd T. Fries | |
ok deraadt@ | |||
2008-07-01 | Enable FFS2 on most of the larger RAMDISK media. | Brad Smith | |
ok deraadt@ | |||
2008-06-30 | re* at cardbus? 'Put it in' brad@ 'Go for it' deraadt@ | Ian Darwin | |
2008-06-26 | add bio & bioctl to a couple cd based ramdisks | Todd T. Fries | |
ok deraadt@ | |||
2008-06-19 | add ix(4) to GENERIC, enable it on i386. | Reyk Floeter | |
ok deraadt@ | |||
2008-06-15 | ipmi is working a wee bit better, but still not perfectly. let us re-enable | Theo de Raadt | |
it so that more people run it by default again, and perhaps we will get insight again into what the problem is.. | |||
2008-06-12 | theo says: enable, enable, enable uvideo(4) | Robert Nagy | |
Some of the cams are fairly working now and we want to see more of them in dmesgs. | |||
2008-06-11 | Synchronize the MTRR API with i386, and enable | Peter Hessler | |
"just commit it" deraadt@ | |||
2008-06-08 | alpha/conf/RAMDISK | Theo de Raadt | |
2008-06-07 | Kill ACPIVERBOSE. It was never used and is worthless to boot. | Marco Peereboom | |
comments jmc ok toby | |||
2008-05-27 | Since the vtophys stuff was nuked, drm now works on amd64 too. Add the | Owain Ainsworth | |
relavent config goo. DRM_NO_MTRR is still needed on amd64 since the mtrr apis differ between it and i386. ok kettenis@. | |||
2008-05-23 | - remove USER_LDT, it was never in a state where it would copile, nor will | Jasper Lievisse Adriaanse | |
we support i386-compat mode on amd64. agreed by beck@, dlg@, kettenis@ ok deraadt@, tom@ | |||
2008-05-23 | Bye bye awi(4). No net80211 love, uses its own WEP code and has not worked | Brad Smith | |
properly in 8.5 years so just garbage collect the driver. ok damien@ deraadt@ | |||
2008-05-22 | - ises(4) was removed some time ago, zap it here too. | Jasper Lievisse Adriaanse | |
ok krw@ | |||
2008-04-29 | enable km(4); ok deraadt | Constantine A. Murenin | |
2008-04-27 | add acpithinkpad(4), an acpi support driver for ibm/lenovo | joshua stein | |
thinkpads. provides functionality that the bios did on older, non-acpi thinkpads like respond to screen brightness keys and toggle the bluetooth device on and off. ok deraadt@ and marco@ | |||
2008-04-19 | add a driver flag to force the negotiation of SATA 1 transfers | Damien Miller | |
(1.5Gb/s). Useful where faster speeds are unstable; ok dlg@ | |||
2008-04-07 | sdtemp* devices could occur on these machines | Theo de Raadt | |
2008-04-03 | Switch it(4) back to PnP config mode. Avoid possible | Oleg Safiullin | |
conflicts with SMSC or similar chips. | |||
2008-03-31 | Re-enable lii(4). | Brad Smith | |
ok deraadt@ | |||
2008-03-29 | enable kate(4); ok deraadt@ | Constantine A. Murenin | |
2008-03-24 | add it(4) at port 0x228, found on some motherboards. | Oleg Safiullin | |
ok deraadt@ | |||
2008-03-23 | enable andl; ok deraadt | Constantine A. Murenin | |
2008-03-21 | add wireless drivers which need firmware; if someone upgrades the firmware | Theo de Raadt | |
may in fact be there already, so it is OK, same as i386 from espie | |||
2008-03-21 | crank maxusers on some architectures | Theo de Raadt | |
2008-03-16 | Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes | Owain Ainsworth | |
agp and drm need to use the same memory mapping, the best way to deal with that is to allow them to share (that's coming later), for this to work cleanly we move the attach point of agp. Ideally most agp drivers would attach at pchb, with only agp_i810 (and any that work similarly) attaching at vga, but this will do for now. ok kettenis@, miod@. | |||
2008-02-25 | - Add lii(4) commented out to the amd64 configs | Brad Smith | |
- Comment out lii(4) in the i386 configs since it does not work yet - Add et(4) to the i386 and amd64 RAMDISK_CD configs ok deraadt@ | |||
2008-02-24 | Add commented out Bluetooth HID section | Uwe Stuehler | |
ok deraadt | |||
2008-02-21 | enable envy(4) on amd64, untested. | Alexandre Ratchov | |
suggested by brad@, "i don't feel like objecting" deraadt@ | |||
2008-02-21 | uncomment the entry to allow opl(4) to attach to cmpci(4). | Brad Smith | |
ok jakemsr@ dlg@ | |||
2008-02-17 | Enter wbsio(4), a driver for the Winbond LPC Super I/O chips. | Mark Kettenis | |
ok henning@ |