summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/dev
AgeCommit message (Expand)Author
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-04Make sgi port compile again.Joel Sing
2010-12-03removed slot argument of function pckbd_cnattachAlexandr Shadchin
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-04-06Obtain struct sgi_device_location for the console input and output devices,Miod Vallat
2010-03-22On SGI IP35 systems, get SPD memory records from L1 and attach spdmem toMiod Vallat
2010-03-15Do not leak mbuf in the TX path when a TX error occurs; found the hard wayMiod Vallat
2010-03-08Correctly initialize all members of struct wsemuldisplaydev_attach_argsMiod Vallat
2010-03-07Allow iockbc(4) and odysseey(4) to act as console devices and attach early;Miod Vallat
2009-11-25Allow xbow_intr_establish() callers to provide optional storage for theMiod Vallat
2009-11-18* always move the same amount of data (256 frames) in the interrupt handlerJacob Meuser
2009-11-18Add glue to attach iockbc(4) to iof(4) as well. Tested by deraadt@Miod Vallat
2009-11-11Let ioc(4) pass the information whether it is an onboard device or not, to itsMiod Vallat
2009-11-11Perform a bit more kbc initialization, instead of relying upon the prom toMiod Vallat
2009-11-10Add iockbc(4), a driver for the PS/2 keyboard and mouse interface found onJoel Sing
2009-11-08Figure out the size of the SSRAM used as internal memory by the chip onMiod Vallat
2009-11-07Change sgi system identification from a single system type list, to a smallerMiod Vallat
2009-11-03Align each RX descriptor to a 4KB boundary; fixes poor RX performance (chipMiod Vallat
2009-11-03A few cleanups and also reflect duplex state in mcr in addition to tcsr.Miod Vallat
2009-11-03Offset the start of the RX buffers by two bytes, so that the ethernetMiod Vallat
2009-11-02Got the RX threshold interrupt working, does not help RX performance though;Miod Vallat
2009-11-02A few fixes and improvements:Miod Vallat
2009-11-01Looks like I forgot to add files again. These are the most important filesMiod Vallat
2009-10-26Rename struct confargs to struct mainbus_attach_args for consistency and alsoMiod Vallat
2009-10-26Remove DS1687 vs DS742 runtime detection code; we only attach dsrtc on theMiod Vallat
2009-10-26Add support for the Octane power button to power(4). Took me a while toMiod Vallat
2009-10-26Better crime/mace interrupt handling; interrupt information is no longerMiod Vallat
2009-10-16Get serial console speed from prom, and use it instead of hardcoding 9600 bps,Miod Vallat
2009-10-13Make iof(4) pass its bus speed to children, this in turn allows com(4) toMiod Vallat
2009-10-11Make sure com@io[cf] attachment stanzas with locators win over generic com*Miod Vallat
2009-10-07Attach DS1742 style dsrtc to iof (IOC4) too.Miod Vallat
2009-10-07Small steps towards getting the serial clock correct on IOC4 serial ports.Miod Vallat
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-08-18Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards onMiod Vallat
2009-08-10The shutdown hook is no longer required now that we shutdown all interfacesJoel Sing
2009-07-26Rework ioc children attachment: instead of having ioc build a semi-bogusMiod Vallat
2009-06-11The MAC multicast filter is set in mec_iff() hence there is need to do thisJoel Sing
2009-05-18Cleanup the ioctl and receive filter code for mec(4). This alsoJoel Sing
2009-05-16need that include file...Theo de Raadt
2009-05-15Oops, forgot to add this file, part of the dsrtc DS174x changes.Miod Vallat
2009-05-15TOD clock support for IOC3 flavours with DS174x chips (which are rebadgedMiod Vallat
2009-05-08IP30 Dallas clock runs in non-BCD mode, so make sure to check which modeMiod Vallat
2009-04-20Some recent IOC3 do not have Dallas timekeepers, so perform a few more testsMiod Vallat
2009-04-19Parse and display the part number and the serial number, instead of falselyMiod Vallat
2009-04-13The start of Origin 200 support. Based on some code contributed by pefo@Miod Vallat
2009-04-13Also match on Uniqueware family 0x91, and correctly report the third byteMiod Vallat
2009-04-12Interrupt support for IOC3 and its subdevices (currently limited to theMiod Vallat