summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
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
2001-10-02Use WSKBD_TYPE_ADB.mycroft
2001-09-16Grammar improvements in comments.wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-09Properly initiatize sc->sc_wdcdev.set_modes for non-DMA controllers.bouyer
2001-08-05use unsigned variable types as appropriatejdolecek
2001-08-03Remove (#if 0'ed) m68k asm codes.tsubai
2001-08-02Properly setup timings for ata-4 controllers, including UDMA modes.bouyer
2001-07-26Add rnd entropy gathering.mjl
2001-07-26Change description of handler-ID == 195.tsubai
2001-07-26Fix a warning when compiled w/o DDB.tsubai
2001-07-25Return() if piomode == -1 (i.e. we have no drives), avoid reading an array withbouyer
2001-07-22bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.wiz