summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf/GENERIC
AgeCommit message (Collapse)Author
2002-09-18Add lofn (working), and nofn (not working and commented out)Jason Wright
2002-07-26bwtwo tested and works, minus one rasops fix coming soon.Miod Vallat
2002-07-24Go ahead and enable schizo, you're no worse off with it than without..Jason Wright
2002-07-01Add auxio at sbus.Miod Vallat
How can I be expected to work on sparc64 if machdep.led_blink sysctl does not work?
2002-06-22a wireless section is dumbTheo de Raadt
2002-06-22add wi at pci; move wi to wireless section.Federico G. Schwindt
2002-06-21sbus(4) -> stp(4) -> pcmcia(4) -> wi(4). cool shitz done by crazy fgschTheo de Raadt
2002-06-17Go ahead and enable upa0 at mainbus0Jason Wright
2002-06-11add schizo (disabled) and upa (disabled) and creator at upaJason Wright
2002-06-08Initial (not quite fully working) driver for the schizo on the blade1000Jason Wright
2002-06-04add bwtwo* at sbus? (commented out... someone have one to test?)Jason Wright
2002-05-21add creator at mainbus and wsdisplay at creatorJason Wright
2002-05-17Add QLogic pci cards in. They seem to work for me at least on a U10.mjacob
2002-05-13Add lebuffer at sbus and le at lebufferJason Wright
2002-05-09Sync hid stuff including ukbd, ums, and uhid with NetBSDNathan 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-18Add amphyJason Wright
2002-04-04Some PCI machines do not implement the uperf registers. Those that doJason Wright
provide an 'sc at ebus'. Use that instead of a direct attachment of uperf to psycho.
2002-03-29eap works on sparc64Theo de Raadt
2002-03-27Need APERTURE so we can read/write pci configuration with securelevel > 0Jason Wright
2002-03-20add dcphyJason Wright
2002-03-14From NetBSD: driver for lpt at ebusJason Wright
2002-03-14add apio* at sbus? and lpt* at apio?Jason Wright
2002-03-14add asio* at sbus? and com* at asio?Jason Wright
2002-02-18add pms/pmsi at pckbc and wsmouse at pms/pmsiJason Wright
2002-02-18Driver for the i8042 keyboard controller on systems with ebusJason Wright
(why you'd want to use a PS/2 keyboard on a sun machine is beyond me, but whatever...)
2002-02-05Disable wsmux for nowJason Wright
2002-01-31add USER_PCICONFJason Wright
2002-01-30Driver for getting at performance counters. These manifest themJason Wright
selves as "sc at sbus" and a couple of registers on psycho (sabre doesn't appear to have these registers).
2002-01-28add hifn, ubsec, and autri (warning, autri's sound defaults are a bitJason Wright
on the loud side...)
2002-01-25Don't defer attachment of devices on USB (we need the keyboard asap)Jason Wright
2002-01-24Add 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-24prettyJason Wright
2002-01-17Enable the sab82532 driver (serial console for u5/u10/u30, etc).Jason Wright
2002-01-16add zskbd* and enable cg3 and cg6Jason Wright
2002-01-15add spif* at sbus?Jason Wright
2002-01-12Port of Iain Hibbert's magma driver to sparc64Jason Wright
2002-01-06add ums and wsmuxJason Wright
2002-01-03define a new wsemul_sun attribute and add it to the sparc64 framebuffersJason Wright
[This needs to be extended to the vt100 and dumb emulations too.. in time]. (This allows the removal of WSEMUL_SUN from sparc64/conf/GENERIC)
2002-01-03add WSEMUL_SUN so we get the sun emulation stuffJason Wright
2001-12-14add ukbd* at hub? and wskbd* at ukbd?Jason Wright
(with minimal ddb tricks I have a working vga console with usb keyboard on blade100)
2001-12-14add vgafb (disabled), and while here add cgsix/cgthree as disabledJason Wright
2001-12-07add ohci and several basic usb devices.Jason Wright
2001-12-07rtc* at ebus?Jason Wright
2001-12-06add dc* at pci (seems to work on Netra X1)Jason Wright
2001-12-04commented out entry for cgthreeJason Wright
2001-12-04add commented out entries for cgsix at sbus and wsdisplay at cgsixJason Wright
2001-10-28sab* and sabtty* (commented out for now until console stuff is done)Jason Wright
2001-10-15Acer labs chipsets (like on Blade100/Netra X1) have bugs when UDMA mode 4Jason Wright
is used. Disable that mode for now; from NetBSD.
2001-10-15disable com*, too brokenTheo de Raadt
2001-10-08Remove some debugging and development leftovers.Artur Grabowski