Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-13 | Turn mpbios into a real device, such that people can disable it on crappy | Mark Kettenis | |
BIOSes. ok deraadt@ (for the amd64 bit, or the i386 bit, can't remember which) | |||
2009-01-06 | - add and enable ipgphy(4) everywhere there's a stge(4) entry. | Jasper Lievisse Adriaanse | |
(if the stge(4) entry is commented, so is the ipgphy(4) entry then). this allows ipgphy0 to attach to my stge0, which has a IC+ 1000A chip discussed with and ok jsg@, ok dlg@ | |||
2008-12-26 | use the exact same policy for choosing apic on all 3 types of kernel. | Theo de Raadt | |
ok kettenis | |||
2008-09-08 | delete a few more things. hoping someone shows up who is upset by this, | Theo de Raadt | |
and puts some backpressure on this process. come on, someone get mad... and do something about it! | |||
2008-06-08 | alpha/conf/RAMDISK | Theo de Raadt | |
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-21 | Switch i386 from pccom to com. Welcomed by many. | Mark Kettenis | |
ok dlg@, jsing@, deraadt@ | |||
2008-05-16 | reenable PCIVERBOSE now that acpi isnt pushing the media over. | David Gwynne | |
2008-05-14 | Comment out option PCIVERBOSE on the floppies for now, to let them fit | Miod Vallat | |
after the code increase caused by the recent acpi changes, until a better compromise is found. | |||
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt | |
before pcibios(4), and then.... if acpi(4) attaches, skip pcibios(4) since it messes the machines up. Fixes claudio's HP dl320 G5, and almost assuredly others. ok kettenis | |||
2007-11-28 | quite a bit of simplification by removing cpu classes. | Ted Unangst | |
also assume that 386 cpus are really unknown, and promote them to 486 instead of panic. | |||
2007-11-15 | enable most acpi functionality by default. now instead of 'enable acpi', | Theo de Raadt | |
you use 'disable acpi' or 'disable apm' withn you encounter problems (depending on which kind of problems). if we work hard enough, this can remain the situation by the time we ship the next release. otherwise, we will re-disable acpi... so let's crackin' | |||
2007-11-06 | ramdisks should have the same behaviour as GENERIC | Theo de Raadt | |
2007-10-07 | Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET written | Marc Balmer | |
by mickey, man page by me. Help, suggestions by Theo and jmc. Enable this driver and glxpcib(4) in all RAMDISK kernel, but glxpcib(4) does not provide the watchdog timer in the RAMDISK kernels. Prodded by deraadt. E | |||
2007-07-04 | take skc/sk off main floppy, becuase of net80211 growth | Theo de Raadt | |
2007-05-29 | Remove support for 80386 processors. Apologies if you have one of | Tom Cosgrove | |
the rare 80386-bases system with enough memory, a 387 FPU, a useable disk subsystem, and the patience to wait for it to unpack the distribution .tgz files. approval from art@ and many others (esp. nick@); ok deraadt@ | |||
2007-05-28 | Remove #wt0 lines. | Kenneth R Westerback | |
2007-04-21 | oops | Theo de Raadt | |
2007-04-21 | developers keep killing ramdisk drivers | Theo de Raadt | |
2007-02-17 | Add SMALL_KERNEL throught acpi to make it fit on boot media. | Marco Peereboom | |
ok deraadt | |||
2007-02-17 | To squeeze new stuff onto onto the very full boot floppies, occasionally | Theo de Raadt | |
some drivers for ancient devices must die. To modify one of my favorite quotes into this particular context: The total amount of suffering per year [on a boot floppy] is beyond all decent contemplation. During the minute that it takes me to compose this sentence, [a few device drivers] are being [deleted], many others are running for their lives, whimpering with fear, others are being slowly devoured from within by rasping parasites, thousands of all kinds are dying of starvation, thirst and disease. It must be so. If there is ever a time of [sufficient space], this very fact will automatically lead to an increase in [driver] population until the natural state of starvation and misery is restored. - cribbed from Richard Dawkins "God's Utility Function", Scientific American, November 1995 Of course, these drivers remain on the CD boot media, so there is a solution for the truly desperate legacy addicts. | |||
2006-12-20 | acpi (disabled) just happens to fit | Theo de Raadt | |
2006-10-19 | geodesc needed for Geode SC1100/SCx200 machines to reboot; noted by tom | Theo de Raadt | |
2006-07-25 | Kill option GPL_MATH_EMULATE. | Mark Kettenis | |
ok deraadt@ and many others. | |||
2006-04-14 | Nuke DUMMY_NOPS, cleanup. | Tobias Weingartner | |
ok marco@ | |||
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-02-08 | add nfe(4) to all ramdisks | Peter Valchev | |
2005-11-11 | disable ahc0 at isa until we find the bugs that cause this to blow up | Theo de Raadt | |
on a few rare machines. of course, by the time we do, they might all have lots their smoke anyways. it is probably because of the vlbus/eisa addressing it tries to do. ok krw | |||
2005-05-27 | first step of removing the obsolete PCI ncr(4) driver, it was superseded by | Martin Reindl | |
siop(4) a long time ago 'do it' jason@ | |||
2005-05-10 | Add epic(4) driver which supersedes tx(4). | Brad Smith | |
This buys us.. - bus_dma - big endian support - multicast - support for another EPIC chipset From NetBSD ok mickey@ | |||
2005-03-18 | sk(4) fits | Theo de Raadt | |
2005-01-06 | few more devices that fit | Theo de Raadt | |
2005-01-06 | turn off GPL_MATH_EMULATE by default (fully BSD licensed floppies, neat eh); ↵ | Theo de Raadt | |
miod ok | |||
2005-01-06 | use wsmux more; miod ok | Theo de Raadt | |
2004-11-25 | crank ramdisk filesystem slightly to cope with firmwares inside the filesystem | Theo de Raadt | |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-06-23 | enable ahd by default (still some work for marco and krw, but it no | Theo de Raadt | |
longer locks at boot on mine) | |||
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-06-03 | gscpcib(4) -- National Semiconductor Geode SC1100 PCI-ISA bridge driver. | Alexander Yurchenko | |
Besides the core pcib(4) functionality, the gscpcib driver provides support for the GPIO interface of this device. ok deraadt@ | |||
2004-06-03 | commented out ahd | Theo de Raadt | |
2004-05-11 | put mdtphy onto install media | Theo de Raadt | |
2004-05-08 | Enable ichpcib(4) in GENERIC and on all media. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-02-15 | backout unapproved diff | Theo de Raadt | |
2004-02-14 | Broadcom BCM4401 (bce) | Andreas Gunnarsson | |
ok miod@ | |||
2003-12-23 | order the dc's; no measurable effect | Michael Shalayeff | |
2003-08-08 | wb no longer fits | Theo de Raadt | |
2003-08-08 | no pcmcia pccom on this floppy, sorry | Theo de Raadt | |
2003-06-01 | Revert ep0 removal, deraadt@ objects. | Miod Vallat | |
2003-05-31 | It makes no sense to define | Miod Vallat | |
ep0 at foobus? ep* at foobus? for up to three different buses. Just get rid of the ep0 entry. To be fair, config(8) ought to complain for such a syntax - hard coded device number should be unique. | |||
2003-05-14 | em* is starting to show up on lots of machines. for next release, | Theo de Raadt | |
let us make sure it fits. |