Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-15 | switch to using mpi instead of mpt; ok marco | Theo de Raadt | |
2006-06-13 | kvm86, missed a file. | Gordon Willem Klok | |
ok mickey@, toby@ | |||
2006-06-13 | Kernel virtual mode 8086, currently disabled in GENERIC. | Gordon Willem Klok | |
lots of help at c2k6 and after from toby@, ok toby@, mickey@ | |||
2006-06-07 | enable azalia; ok jason | Theo de Raadt | |
2006-06-01 | Right at the end of a debug kernel build, the current Makefile copies bsd | Christopher Pascoe | |
(with symbols) to bsd.gdb, then strips bsd. This diff makes it rename the file with symbols, and then asks strip to output the stripped version as bsd. Avoids a potentially lengthy wait when we would otherwise copy the large (50MB+) kernel with debug symbols. ok reyk@ ketennis@ | |||
2006-06-01 | Compile broken ipmi into GENERIC, so it's easy for marco to fix | Bob Beck | |
it by enabling it, but leave it disabled by default so it doesn't screw people over until it is fixed. ok dlg@, asked for by deraadt@ | |||
2006-06-01 | enable xge(4) on the CD RAMDISKs. | Brad Smith | |
2006-06-01 | Disable ipmi in GENERIC for the moment - it breaks too much stuff | Bob Beck | |
on any of my sun amd64's as well as other ones (hp). We can re-enable it again when marco fixes it to be stable. ok deraadt@ and the crocodile hunter.. | |||
2006-05-31 | enable mpi | David Gwynne | |
ok deraadt@ | |||
2006-05-31 | enable mpi in GENERIC on amd64, i386, and macppc. jason already enabled it | David Gwynne | |
on sparc64 last night. macppc gets it in RAMDISK as well. | |||
2006-05-31 | Enable wdt(4) by default. ok deraadt | Michael Knudsen | |
2006-05-29 | GENERIC | Can Erkin Acar | |
2006-05-28 | Support for standard SD host controllers like the Ricoh 5C822, a small | Uwe Stuehler | |
generic bus layer, and SCSI emulation for SD/MMC memory cards. | |||
2006-05-27 | add mpi(4) glue. commented out for now | David Gwynne | |
2006-05-20 | NFSCLIENT can obviously fit on here | Theo de Raadt | |
2006-05-19 | Add acpitz, commented out | Can Erkin Acar | |
2006-05-19 | since mfi is pretty small, it fits on some media | Theo de Raadt | |
2006-05-19 | no, azalia may not be on. Why? You did not ASK ME, brad. And there | Theo de Raadt | |
is an outstanding PR which makes it obvious that it should not be enabled yet! | |||
2006-05-18 | Enable mfi. | Marco Peereboom | |
2006-05-18 | enable azalia(4) so we can get some more feedback. | Brad Smith | |
2006-05-14 | xge might as well be enabled | Theo de Raadt | |
2006-05-14 | add wpi(4) so i can get feedback. | Damien Bergamini | |
ok deraadt@ | |||
2006-05-13 | mention the Xframe-II as well. | Brad Smith | |
2006-05-08 | add commented out entries for azalia(4). | Brad Smith | |
2006-05-01 | Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt | Mark Kettenis | |
routing for several integrated devices on those chipsets in GENERIC.MP. ok brad@, mickey@ | |||
2006-05-01 | add commented out entries for the Neterion Xframe-I 10Gb ethernet adapters. | Brad Smith | |
the driver is currently untested. | |||
2006-04-30 | sync the I2O section with macppc config, adding the I2O SCSI pass-through ↵ | Brad Smith | |
driver. | |||
2006-04-29 | Driver for Silicon Laboratories CP2101/CP2102 based serial adapters. | Jonathan Gray | |
ok dlg@ | |||
2006-04-27 | implement separate PAE pmap that allows access to 64g of physmem | Michael Shalayeff | |
if supported by the cpu(s). currently not enabled by default and not compiled into ramdisks. this grows paddr_t to 64bit but yet leaves bus_addr_t at 32bits. measures are taken to favour dmaable memory allocation from below 4g line such that buffer cache is already allocated form below, pool backend allocator prefers lower memory and then finally bounce buffers are used as last resort. PAE is engaged only if global variable cpu_pae is manually set to non-zero and there is physical memory present above 4g. simplify pcibios address math to use u_long as we always will be in the 32bit space. | |||
2006-04-25 | enable udcf, why not | Theo de Raadt | |
2006-04-19 | Driver to decode the DCF77 time code using a USB attached Gude Expert | Marc Balmer | |
mouseCLOCK device; without a mechanism to pass data out. ok deraadt | |||
2006-04-14 | Nuke DUMMY_NOPS, cleanup. | Tobias Weingartner | |
ok marco@ | |||
2006-04-10 | sch5017 is an adt7460 clone of some type. also, we are seeing some | Theo de Raadt | |
ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman | |||
2006-04-10 | enable schenv | Theo de Raadt | |
2006-04-06 | Hook up mfi, remains disabled. | Marco Peereboom | |
2006-03-29 | Recognise it(4) at port 0xd00 as well. This is where ASUS seem | Jonathan Gray | |
to be putting it on all their recent boards. "put this in" grange@ | |||
2006-03-26 | Support for accesing 8-bit ISA I/O throught the gpio(4) | Alexander Yurchenko | |
framework. Allows to use stupid GPIO device on the Acrosser AR-B1662 board. Work by form@. | |||
2006-03-24 | Enable umsm(4) on archs that support CardBus. | Jonathan Gray | |
2006-03-14 | move the kernel 1m up to provide more space for isadma; deraadt@ ok | Michael Shalayeff | |
2006-03-12 | with pcn(4) now in place remove or replace the references to PCI le(4) | Martin Reindl | |
and complement pcn* at pci? where useful as request by brad@ ok brad@ | |||
2006-03-06 | Rename hpet to acpihpet so that all devices use the same naming convention. | Marco Peereboom | |
discussed with jordan. | |||
2006-03-04 | Dallas 1-Wire bus support. Includes the following drivers: | Alexander Yurchenko | |
gpioow(4) 1-Wire bus bit-banging through GPIO pin onewire(4) 1-Wire bus driver owid(4) 1-Wire ID family type device owtemp(4) 1-Wire temperature family type device Drivers for RS-232 and USB bus masters will follow. ok deraadt@ | |||
2006-03-04 | Add commented out gpio ``pin bus'' drivers section. | Alexander Yurchenko | |
2006-02-26 | Add acpicpu device. Remains disabled. | Marco Peereboom | |
ok jordan@ | |||
2006-02-20 | Add acpibtn device. Remains disabled for now. | Marco Peereboom | |
2006-02-16 | add sf(4). | Brad Smith | |
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat | |
2006-02-12 | Remove dead sysbeep driver and unused sysbeep() routine. No functional change. | Miod Vallat | |
2006-02-08 | add nfe(4) to all ramdisks | Peter Valchev | |
2006-02-05 | add nfe here too. | Brad Smith | |