Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-06-06 | remove Realtek 8139C+ from re(4) line comment | Peter Valchev | |
2004-06-05 | re(4) on these media.. for now | Theo de Raadt | |
2004-06-05 | GPIO support for AMD Elan SC520 found on Soekris net45x1 boards. | Alexander Yurchenko | |
Test and ok markus@. | |||
2004-06-03 | Add support for the GPIO logical device. | Alexander Yurchenko | |
ok deraadt@ | |||
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-05-30 | Devices hot plugging support. | Alexander Yurchenko | |
The hotplug pseudo-device passes device attachment and detachment events to userland. When a device attaches or detaches, the corresponding event is queued. The events can then be obtained from the queue through the read(2) call on the /dev/hotplug device file. Each event consists of event type (attach/detach), device class (DV_*) and device name (sd1 e.g.). We have hotplug pseudo-device on alpha, amd64, i386, macppc and sparc64. Since it was tested only on i386 other archs has it commented out in GENERIC until tested. The idea liked peter@ tedu@ drahn@ millert@ marco@ henning@. Ok deraadt@. | |||
2004-05-28 | put ahd in these two config files (disabled for now, though, because it | Theo de Raadt | |
is not yet reliable) | |||
2004-05-23 | Enable lmtemp(4). | Alexander Yurchenko | |
It's found on the second ACCESS.bus port at address 0x48 of the PC Engines WRAP.1C board. ok deraadt@ | |||
2004-05-23 | gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver. | Alexander Yurchenko | |
For now it only supports I2C-compatible ACCESS.bus interface, so we use it as an i2c master controller. ACCESS.bus interface is enabled and used on the PC Engines WRAP.1C board. | |||
2004-05-23 | ehci support; hacked into working shape by jonathon@gateway.zenbu.net | Theo de Raadt | |
2004-05-11 | zap false rcs | Theo de Raadt | |
2004-05-08 | Enable ichpcib(4) in GENERIC and on all media. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-04-14 | correct umidi(4) entry; ok deraadt | Peter Valchev | |
2004-04-14 | rework USB section - enable all supported devices, shift/add coments to ↵ | Peter Valchev | |
others; ok deraadt | |||
2004-04-02 | axe usb ethernet driver hacked into the tree by taleck@oz.net | Theo de Raadt | |
2004-03-10 | mpt fits | Theo de Raadt | |
2004-02-25 | add default flags for yds(4); ok grange, fgsch, deraadt | Markus Friedl | |
2004-02-13 | bce (Broadcom 4401 10/100 ethernet driver) from NetBSD | Andreas Gunnarsson | |
Most work by nate@, ok deraadt@ | |||
2004-01-07 | enable geodesc(4) and nsclpcsio(4); ok deraadt | Markus Friedl | |
2003-10-31 | Enable wi@usb, otherwise this will never get tested... deraadt@ | Dale Rahn | |
2003-10-26 | Add line for wi@usb, currently commented out, for development and testing only. | Dale Rahn | |
2003-09-26 | better mtd comment; from form@ | Michael Shalayeff | |
2003-09-02 | indent audio comment properly | David Krause | |
ok deraadt@ | |||
2003-08-19 | myson mtd803 ether and enable mtdphy no; form netbsd via form@ | Michael Shalayeff | |
2003-08-12 | add safe(4). Works well enough for testing at least. | Jason Wright | |
2003-08-12 | add acphy | Michael Shalayeff | |
2003-06-24 | a.out emulation for dynamic binaries: intercept the right system calls | Marc Espie | |
so that they look in /emul/a.out first. This allows a.out's ld.so to find its own libraries without interfering with ELF at all. Many comments from various people. okay deraadt@ | |||
2003-06-08 | Enable gus again now that it won't panic during probe. | Miod Vallat | |
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-20 | Add it(4) | Alexander Yurchenko | |
2003-05-20 | an@isapnp w/ the isa card millert gave me shitloads of metric ages ago | Michael Shalayeff | |
2003-05-20 | option NTFS, disabled atm | Ted Unangst | |
2003-05-20 | flags for auich | Ted Unangst | |
2003-05-14 | remove option LONGRUN; it's in everything but SMALL_KERNEL now | Ted Unangst | |
2003-05-14 | Support for Transmeta CPU power management, called LongRun. | Ted Unangst | |
option LONGRUN enables a new sysctl, allowing a userland program to read the current CPU frequency and voltage and also set the mininum and maximum frequencies to operate between, and switch between performance mode and battery mode. ok mickey@ | |||
2003-04-25 | Enable lm(4) and viaenv(4). | Alexander Yurchenko | |
ok miod@ deraadt@ | |||
2003-04-25 | Add lm(4) and viaenv(4). Commented out and i386-only for now. | Alexander Yurchenko | |
2003-03-28 | Add a sysctl to option USER_LDT, to control its behaviour, which will be | Miod Vallat | |
disabled by default. Enable with sysctl -w machdep.userldt=1 This will allow people to use the few ports that require this functionality to work without requiring the user to recompile a kernel. The option USER_LDT remains in order to not increase size on the installation media. It is now enabled in GENERIC. Per espie@'s idea, but my diff was much simpler than his; ok deraadt@ | |||
2003-03-09 | autri now takes flags, provide sample 0x0000 | Ted Unangst | |
2003-03-06 | enable elansc; ok deraadt@ | Markus Friedl | |
2003-02-10 | Add hme at pci | Jason Wright | |
2003-01-21 | add elan520 from netbsd; adapted to watchdog sysctl interface; | Markus Friedl | |
ok mickey@, jakob@, henric@, fgsch@ | |||
2002-12-13 | Add FireWire to kernel config. | Thierry Deval | |
(disabled for now, not production quality yet) | |||
2002-12-10 | ``synthesizers'' is too difficult to spell correctly. | Miod Vallat | |
2002-11-30 | Add driver for Belkin usb serial adapters. | Nathan Binkert | |
Driver from Alexander Kabaev <kan.FreeBSD.org> and Ichiro FUKUHARA <ichiro@ichiro.org> | |||
2002-11-30 | add uvscom(4), but comment it out | Nathan Binkert | |
2002-11-28 | same devices named the same | Michael Shalayeff | |
2002-11-28 | generic isa mpu, from Sergey A. Smitienko w/ fixes from me | Michael Shalayeff | |