diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-11 00:56:39 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-11 00:56:39 +0000 |
commit | 1a48d3255b611a47e6d7f26c1392dc0da2433763 (patch) | |
tree | 1953b0540ae1289b931f012d9e872419dc597390 /share/man/man4/Makefile | |
parent | 33daad21627ad1fc8e873cd69ac2950e1873a2a6 (diff) |
remove sli(4)
This driver was never completed. It only mapped memory and established
an interrupt.
ok krw@ mlarkin@ dlg@
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index b08873cd20f..100397dede7 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.748 2020/01/10 01:13:19 jsg Exp $ +# $OpenBSD: Makefile,v 1.749 2020/01/11 00:56:37 jsg Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -67,7 +67,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ rtfps.4 rtw.4 rtwn.4 safe.4 safte.4 sbus.4 schsio.4 \ scsi.4 sd.4 \ sdmmc.4 sdhc.4 se.4 ses.4 \ - sf.4 sili.4 simplefb.4 siop.4 sis.4 sk.4 sli.4 \ + sf.4 sili.4 simplefb.4 siop.4 sis.4 sk.4 \ sm.4 smsc.4 softraid.4 spdmem.4 sdtemp.4 speaker.4 sppp.4 sqphy.4 \ ssdfb.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 switch.4 sxiccmu.4 \ sxidog.4 sximmc.4 sxipio.4 sxipwm.4 sxirsb.4 sxirtc.4 sxisid.4 \ |