summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* Celebrate OpenBSD 6.0 release by retiring the sparc port.tedu2016-09-01114-47387/+0
* G/C IFQ_SET_READY().mpi2016-04-133-6/+3
* make the ie(4)s bpf_mtap_ether outgoing packets like all the other driversdlg2016-03-291-14/+6
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-3/+3
* 'accomodate' -> 'accommodate' in comments.krw2016-03-151-2/+2
* Convert sparc drivers bpp and magma to uiomovestefan2016-03-142-9/+9
* remove needless malloc castmmcc2016-03-071-3/+2
* Remove remaining Solbourne code.mmcc2015-12-103-92/+3
* No trailers has been the default and only option for 20 years, yet sometedu2015-12-084-8/+8
* Network drivers should not include <net/route.h> or <net/netisr.h>mpi2015-11-255-11/+5
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-254-21/+23
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-247-14/+7
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-245-10/+5
* No need to include <net/bpfdesc.h>mpi2015-11-144-8/+4
* can just IFQ_DEQUEUE instead of POLL followed immediately by DEQUEUEdlg2015-11-122-8/+4
* make hfsc work on ie(4/sparc) by using IFQ_DEQUEUE instead of IF_DEQUEUE.dlg2015-11-061-2/+2
* arp_ifinit() is no longer needed.mpi2015-10-254-38/+7
* Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...stsp2015-09-142-4/+4
* Rework fb_setsize() logic to get rid of gotos.miod2015-09-121-20/+18
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-4/+4
* Fix a zx_putchar() stupid bug I introduced nine years ago by actuallymiod2015-09-101-5/+5
* sizes for free(); ok semariederaadt2015-09-082-6/+6
* missing splxjsg2015-09-011-2/+4
* MFREE(9) is dead, long live m_freem(9)!mpi2015-07-081-3/+3
* Increment if_ipackets in if_input().mpi2015-06-244-10/+4
* remove isp(4) now that the ql* family have replaced itjmatthew2015-06-191-622/+0
* Convert from ether_input() with separate mbuf data and Ethernet header, tomiod2015-05-251-148/+54
* Remove support for ADPCM encoding which isn't used nowadays andratchov2015-05-111-12/+1
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-112-63/+10
* Now that if_input() set the receiving interface pointer on mbufs for usmpi2015-04-131-2/+2
* Convert to if_input().mpi2015-04-081-11/+4
* Do not pass an `ifp' argument to interface input handlers since itmpi2015-04-071-2/+2
* Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sittingmiod2015-03-308-107/+107
* Correctly match SUNW,fas in the boot path.miod2015-03-291-12/+14
* Convert qe(4) et be(4) to if_input().mpi2015-03-294-31/+14
* Correctly advance the bootpath when attaching children.miod2015-03-281-24/+18
* When attaching an sbus esp(4), do the sbus_testdma() check regardless of themiod2015-03-281-9/+10
* Don't include sbusvar.h if you need neither sbus_translate() nor sbus_testdma().miod2015-03-2818-44/+18
* de-staticmiod2015-03-261-15/+15
* Do the right thing in qec_fix_range() when connected to an sbus(4) withoutmiod2015-03-221-15/+40
* When an IOMMU is not available, and an sbus board has register ranges notmiod2015-03-212-20/+40
* Revert 1.52, per the comment above the incorrectly changed line. Reduces themiod2015-03-181-2/+2
* Move consinit() out of the bowels of the zs driver to its own file, inmiod2015-02-282-350/+8
* Convert to uiomove()miod2015-02-101-5/+5
* First step towards making uiomove() take a size_t size argument:miod2015-02-103-7/+7
* replace hand rolled code to maintain a list of bufs with a fifodlg2015-02-082-65/+22
* Misplaced #endifmiod2015-02-071-4/+3
* Do what the comments suggest and check for port-[ab]-ignore-cd properties,miod2015-02-051-4/+12
* Revert forcing a rachitic `c' slice size when the drive geometry is not known,miod2015-01-162-6/+2
* Rework the disk label handling once again. Disk label is read at attach timemiod2015-01-152-100/+141