Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-23 | add ahc and clean things a bit | Jason Wright | |
2003-07-15 | include the puc stuff (currently commented out in GENERIC) | Jason Wright | |
2003-06-13 | no more "option _LP64". | Brad Smith | |
2003-06-13 | em fits | Theo de Raadt | |
2003-05-14 | Make the "slot" and "offset" locators for sbus drivers optional in | Miod Vallat | |
configuration lines. | |||
2003-05-01 | add eso, opl, and midi, and clean the audio stuff up a bit | Jason Wright | |
2003-04-29 | add lxtphy (found on momenco boards) | Jason Wright | |
2003-03-09 | autri flags here too. pointed out by deraadt@ | Ted Unangst | |
2003-02-12 | disable tigon (uses arithmetic on bus_handle_t's) | Jason Wright | |
2003-02-06 | include isp firmware on some sparc64 media; and resize the media that is | Theo de Raadt | |
too small | |||
2002-12-04 | Add a few more phys: exphy, brgphy, iophy, inphy | Jason Wright | |
2002-12-04 | Make ti(4) use busdma and add all of the necessary stuff to support both | Nathan Binkert | |
endian modes. This makes ti now work on macppc and sparc64. While we're at ti, clean up a bit of the code: Use SLIST instead of LIST Remove register Use bus_space instead of bcopy/bzero Don't use bitfields since it makes dealing with endianness annoying. ok jason@, deraadt@ | |||
2002-11-25 | enable fxp(4) and xl(4) on sparc64; ok jason@ | Christian Weisgerber | |
2002-09-18 | Add lofn (working), and nofn (not working and commented out) | Jason Wright | |
2002-07-26 | bwtwo tested and works, minus one rasops fix coming soon. | Miod Vallat | |
2002-07-24 | Go ahead and enable schizo, you're no worse off with it than without.. | Jason Wright | |
2002-07-01 | Add auxio at sbus. | Miod Vallat | |
How can I be expected to work on sparc64 if machdep.led_blink sysctl does not work? | |||
2002-06-22 | a wireless section is dumb | Theo de Raadt | |
2002-06-22 | add wi at pci; move wi to wireless section. | Federico G. Schwindt | |
2002-06-21 | sbus(4) -> stp(4) -> pcmcia(4) -> wi(4). cool shitz done by crazy fgsch | Theo de Raadt | |
2002-06-17 | Go ahead and enable upa0 at mainbus0 | Jason Wright | |
2002-06-11 | add schizo (disabled) and upa (disabled) and creator at upa | Jason Wright | |
2002-06-08 | Initial (not quite fully working) driver for the schizo on the blade1000 | Jason Wright | |
2002-06-04 | add bwtwo* at sbus? (commented out... someone have one to test?) | Jason Wright | |
2002-05-21 | add creator at mainbus and wsdisplay at creator | Jason Wright | |
2002-05-17 | Add QLogic pci cards in. They seem to work for me at least on a U10. | mjacob | |
2002-05-13 | Add lebuffer at sbus and le at lebuffer | Jason Wright | |
2002-05-09 | Sync hid stuff including ukbd, ums, and uhid with NetBSD | Nathan Binkert | |
This adds a uhidev device which can be thought of as something like a uhid bus. It allows more than one ukbd, ums, or uhid to attach to the same device instance. This functionality is found on many of the newer keyboards that have extra buttons. (The extra buttons show up as uhid device(s)). Tested by me on i386, dale on macppc, and jason on sparc64 | |||
2002-04-18 | Add amphy | Jason Wright | |
2002-04-04 | Some PCI machines do not implement the uperf registers. Those that do | Jason Wright | |
provide an 'sc at ebus'. Use that instead of a direct attachment of uperf to psycho. | |||
2002-03-29 | eap works on sparc64 | Theo de Raadt | |
2002-03-27 | Need APERTURE so we can read/write pci configuration with securelevel > 0 | Jason Wright | |
2002-03-20 | add dcphy | Jason Wright | |
2002-03-14 | From NetBSD: driver for lpt at ebus | Jason Wright | |
2002-03-14 | add apio* at sbus? and lpt* at apio? | Jason Wright | |
2002-03-14 | add asio* at sbus? and com* at asio? | Jason Wright | |
2002-02-18 | add pms/pmsi at pckbc and wsmouse at pms/pmsi | Jason Wright | |
2002-02-18 | Driver for the i8042 keyboard controller on systems with ebus | Jason Wright | |
(why you'd want to use a PS/2 keyboard on a sun machine is beyond me, but whatever...) | |||
2002-02-05 | Disable wsmux for now | Jason Wright | |
2002-01-31 | add USER_PCICONF | Jason Wright | |
2002-01-30 | Driver for getting at performance counters. These manifest them | Jason Wright | |
selves as "sc at sbus" and a couple of registers on psycho (sabre doesn't appear to have these registers). | |||
2002-01-28 | add hifn, ubsec, and autri (warning, autri's sound defaults are a bit | Jason Wright | |
on the loud side...) | |||
2002-01-25 | Don't defer attachment of devices on USB (we need the keyboard asap) | Jason Wright | |
2002-01-24 | Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc. | Jason Wright | |
Also, add the necessary config goop Finally, enable com* at ebus?, comkbd* at ebus?, and vgafb* at pci? | |||
2002-01-24 | pretty | Jason Wright | |
2002-01-17 | Enable the sab82532 driver (serial console for u5/u10/u30, etc). | Jason Wright | |
2002-01-16 | add zskbd* and enable cg3 and cg6 | Jason Wright | |
2002-01-15 | add spif* at sbus? | Jason Wright | |
2002-01-12 | Port of Iain Hibbert's magma driver to sparc64 | Jason Wright | |
2002-01-06 | add ums and wsmux | Jason Wright | |