Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat | |
stack protection when building kernels. Intended to be used on installation media, with tight space constraints - currently, only added where SMALL_KERNEL was already defined. Not thoroughly tested, but requested by deraadt. | |||
2002-12-02 | remove aic to fit propolice onto the floppy | Theo de Raadt | |
2002-09-03 | add aic@isapnp, commented out, except for _cd | Michael Shalayeff | |
2002-07-03 | code bloat in ahc causes adv to die. We will now pressure smurph to ↵ | Theo de Raadt | |
de-bloat new ahc, so that this can return | |||
2002-03-30 | pci and pcmcia wi fits on all of them | Theo de Raadt | |
2002-01-27 | bt no more | Michael Shalayeff | |
2001-12-24 | pcib is required if pcibios is there; deraadt@ ok | Michael Shalayeff | |
2001-10-10 | gc SWAPPAGER and DEVPAGER options | Todd C. Miller | |
2001-09-22 | pty cleanup | Theo de Raadt | |
2001-07-06 | qsphy required for tx | Theo de Raadt | |
2001-06-27 | UVM is no longer an option. | Artur Grabowski | |
2001-06-23 | no more kernfs | Theo de Raadt | |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt | |
2001-05-05 | PMAP_NEW and UVM are no longer optional on i386. | Artur Grabowski | |
2001-04-13 | bmtphy does not work perfect yet, but put it in anyways | Theo de Raadt | |
2001-03-12 | add nsphyter | Jason Wright | |
2001-03-06 | bit of cleaning | Theo de Raadt | |
2001-02-21 | + sis | Theo de Raadt | |
2001-02-15 | Change i386 LSI/Symbios/NCR 53c8xx driver to siop | Kenneth R Westerback | |
2001-02-13 | default more wscons options | Theo de Raadt | |
2001-01-30 | change config files over to wscons | Theo de Raadt | |
2000-10-17 | driver for amphy from freebsd; aaron ok | Jason Wright | |
2000-09-15 | twe | Michael Shalayeff | |
2000-08-29 | more | Theo de Raadt | |
2000-08-17 | pcibios0 at bios0 flags 0x0000 | Michael Shalayeff | |
this is now a real device, which looks in flags for disabling address, interrupt or bus fixup. bios0's flags are to disable bios32 and pcibios probing. since boot_config support editing flags, it's posible to adjust pcibios functionality in the generic kernel upon boot time. man is coming. | |||
2000-08-08 | make them all use new PCIBIOS stuff | Theo de Raadt | |