Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-16 | add DEC_KN300 support from NetBSD; | Robert Nagy | |
This code makes it possible to run on some of the AlphaServers, namely AlphaServer 4100 and 1200. add mcbus(4) and mcpcia(4) to provide support for the system bus and the MCPCIA-to-PCI bus adapter that can be found in these systems allow the pci_swiz_bus code to handle variable extent names to be able to handle more than one mcpcia(4) "just commit it" deraadt@ | |||
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | Alexander Yurchenko | |
Aaron Linville <aaron@linville.org> in PR 5398. | |||
2007-02-18 | Remove #ifdef/#endif's around MBR checking code. Remove now unused | Kenneth R Westerback | |
option DISKLABEL_I386. ok deraadt@ | |||
2006-11-25 | remove dpt(4) because it sucks. | David Gwynne | |
ok deraadt@ | |||
2006-09-28 | add wb(4) in with the other network drivers and remove the UNTESTED section. | Brad Smith | |
2006-09-28 | - add a wireless section and move the existing PCI wireless drivers there. | Brad Smith | |
- add a few wireless drivers which are currently enabled on amd64 - an, atw, uath, wi. | |||
2006-09-27 | Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. | Alexander Yurchenko | |
2006-09-27 | Add files.onewire to all our USB archs, it will be used soon. | Alexander Yurchenko | |
2006-09-27 | add acx(4). | Brad Smith | |
2006-09-24 | add pgt(4). | Brad Smith | |
2006-08-20 | move sf(4) out from untested section | Martin Reindl | |
2006-08-18 | add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming) | Jason Wright | |
2006-08-17 | enable msk(4) in a few more places. | Brad Smith | |
2006-08-14 | Enable uslcom(4) and uark(4) on all the USB capable archs. | Jonathan Gray | |
2006-08-13 | Make sure we generate sfb.h and cfb.h, even though support is not there yet. | Miod Vallat | |
2006-08-11 | add rum(4) on arches where ural(4) is enabled. | Damien Bergamini | |
rum(4) has been tested on i386 by niallo@ and me and on sparc64 by Pablo Mendez Hernandez so I assume it is endian safe and 64bit clean. | |||
2006-08-07 | rcons removal fallout, spotted by kettenis@ | Miod Vallat | |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat | |
offending code has been taken out and shot. ok deraadt@ | |||
2006-07-27 | + opl* at cmpci? | Brad Smith | |
2006-07-11 | Remove DISKLABEL_ALL, DISKLABEL_ALPHA, leave DISKLABEL_I386 in | Kenneth R Westerback | |
GENERIC. Remove now superfluous check for DISKLABEL_ALL. 'whack whack whack!' deraadt@ | |||
2006-06-22 | mpi works here too. | David Gwynne | |
ok deraadt@ | |||
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt | |
so that things can use it; tested on all architectures; ok kettenis | |||
2006-06-01 | add xge(4). | Brad Smith | |
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-05-28 | sync, enable and move twe(4) out from untested on alpha | Martin Reindl | |
2006-05-06 | fix the untested comment. | Brad Smith | |
2006-05-06 | - Add vge(4), lge(4), hme(4), mtd(4), luphy(4) and ciphy(4) | Brad Smith | |
- Move tl(4) and ste(4) out of the untested section | |||
2006-05-06 | add ciss(4) to the untested section, 530[24]'s exist with Alpha specific | Brad Smith | |
firmware for SRM setup. | |||
2006-03-27 | add a few more crypto cards. | Brad Smith | |
ok martin@ | |||
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-11 | add art(4). | Brad Smith | |
2006-02-23 | Better dependency rules in files.alpha, also point to cpuconf.c in the | Miod Vallat | |
source tree instead of copying it to the kernel compilation directory for no good reason. | |||
2006-02-23 | de fits again. | Miod Vallat | |
2006-02-23 | Only compile badaddr() if we have support for TurboChannel, apecs, cia or lca, | Miod Vallat | |
as they are the only users of badaddr(); shrinks RAMDISKB a little more. | |||
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat | |
2006-02-12 | Remove dead isabeep driver and unused isabeep() function. | Miod Vallat | |
2006-02-10 | - remove lmc(4) from RAMDISKBIG | Brad Smith | |
- remove redundant lmc(4) entry from GENERIC - add san(4) to GENERIC as it should now work on alpha | |||
2006-02-04 | update comment for ral | Damien Bergamini | |
no devices added or removed | |||
2006-01-20 | add emu(4) here and enable midi attachment for eap(4) | Brad Smith | |
2006-01-09 | Enable hotplug(4); Tested by Michael Knudsen and me; | Robert Nagy | |
ok brad@ deraadt@ | |||
2005-12-27 | enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as needed | Theo de Raadt | |
by each arch enable adc(4), admtemp(4), admlc(4), admtm(4), admtmp(4), admtt(4), adt(4), lm(4), lmenv(4), lmtemp(4), maxds(4), and maxtmp(4) iic chip drivers too, which provide gobs of sensor info | |||
2005-11-15 | enable bktr(4) and radio(4) on alpha | Robert Nagy | |
ok deraadt@ mickey@ | |||
2005-11-15 | add pcn on alpha and remove redundant pcn entry on i386 RAMDISK_CD | Brad Smith | |
2005-11-15 | add ixgb(4) though commented out for now. | Brad Smith | |
2005-11-05 | add or enable lmc(4) | Brad Smith | |
2005-10-02 | enable ath(4) on alpha. | Reyk Floeter | |
ok martin@ deraadt@ | |||
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
2005-07-31 | unfortunately de(4) no longer fits | Theo de Raadt | |
people who add to the kernel without thinking of the growth caused this | |||
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler | |
2005-06-20 | add ral(4) | Martin Reindl | |
ok deraadt@ |