summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2003-03-05Forgot dummy printf.soren
2003-03-05Be more verbose about unsupported keys.soren
2003-03-04Attach on recent TiBooks.soren
2003-02-23Merged mac68k and macppc keayboards, since they are the same. The filemanu
2003-02-15Initialize the framebuffer BAT with BAT_G, too. This marks the regionbriggs
2003-02-15Add prototypes for ZS_TXDMA functions.tsutsui
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-13Support 48kHz by using aurateconv.wiz
2002-10-02adapt to latest dev/ic/wi* changesjdolecek
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-09-05put back NetBSD RCS Id removed in rev 1.6jdolecek
2002-08-14Remove the key repeating feature.aymeric
2002-08-13akbd's now have a raw mode, and implement the WSKBDIO_SETMODE ioctl.aymeric
2002-08-07for ofb_enable_cache, turn on the BAT_M bit as well to preventchs
2002-07-18Wrap debug printf in #ifdef DEBUG/#endifbouyer
2002-07-07Update OFB_ENABLE_CACHE to search for a empty bat that does notmatt
2002-07-04alloc_attr -> allocattrjunyoung
2002-06-24Pass through the PCI configuration ioctls, like vga_pci.c does.nathanw
2002-06-18apm emulation, from openbsditojun
2002-06-18KNF (whitespace)itojun
2002-06-18extern decl for adbHardwareitojun
2002-06-14whitespaceitojun
2002-06-14#define CAPS_IS_CONTROL will make caps key a control key (with weirditojun
2002-05-05Add a null asm statement in adb_read_date_time()tsutsui
2002-05-05Backout previous. It is not timing problem, but gcc optimization bug.tsutsui
2002-04-29Add a delay() in adb_read_date_time() so that my Apus2000 can gettsutsui
2002-04-05Implement mstohz() as discussed on tech-kern, and use it in SCSI driversbouyer
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-12Only attach the first adb keyboard as the console kbd. Don't try forwrstuden
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2002-03-04add a few missing keys, including f1-f12,home,end,next,priordbj
2002-02-24solve polled adb keyboard problems with dropped keys and unsynced caps lockdbj
2002-02-23turn on polling using cnpollcdbj
2002-02-23In adb_soft_intr, remove the packet from the queue before calling thedbj
2002-01-16Use bpf_mtap().thorpej
2002-01-09tweak timingsdbj
2002-01-07Changes to the wdc(4) mi driver that add the WDC_CAPABILITY_SELECTdbj
2002-01-06add support for kgdb over zsdbj
2002-01-02add some error checks in adb_reinit, enabled with ADB_DEBUG and adb_debugdbj
2002-01-02if pm_adb_op times out waiting for an interrupt, attempt to takedbj
2002-01-02defer attaching akbd as console until after it hasdbj
2001-11-04Use common macro to check message length.tsutsui
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss