summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
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
2001-07-17Eject PCMCIA card on ohare based models only.tsubai
2001-07-12Add the keyboard ID found on the American versions of the PowerBook G4 andnathanw
2001-07-11Allow build with KGDB defined.briggs
2001-06-20There is no other support for KGDB in this driver yet, so ifdef out thebriggs
2001-06-19`existent', not `existant'wiz
2001-06-19Add/change prototypes so that macpcc builds with -Wstrict-prototypes.simonb
2001-06-17Support the new iBook.tsubai
2001-06-15Pass WDC_CAPABILITY_MODE to the wdc core, so that it will set timingsbouyer
2001-06-10Use machine/bat.h rather than powerpc/mpc6xx/bat.h.tsubai
2001-06-10Forgot to commit this; s/offb/ofb/.tsubai
2001-06-10Use ofb_softc again.tsubai
2001-06-10Enable color! call in ofb_putcmap again.tsubai
2001-06-08Make macppc compile by default with -Wall -Wmissing-prototype in additionmatt
2001-06-06Changes new pmap, common param.h, vmparam.h, and moved includes.matt
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-30use _KERNEL_OPTmrg
2001-05-16Add AirMac frontend.tsubai
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-04-26Remove spaces at EOL.tsubai
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-04-24Make sure free rx buffers have GMAC_OWN set.tsubai
2001-04-20After finishing with the received descriptor, make sure to "eieio" to makematt