From owner-freebsd-hackers Sat Jun 17 23:55:40 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA04265 for hackers-outgoing; Sat, 17 Jun 1995 23:55:40 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA04258 ; Sat, 17 Jun 1995 23:55:27 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA17636; Sun, 18 Jun 1995 16:48:58 +1000 Date: Sun, 18 Jun 1995 16:48:58 +1000 From: Bruce Evans Message-Id: <199506180648.QAA17636@godzilla.zeta.org.au> To: freebsd-hackers@freefall.cdrom.com, gclarkii@freefall.cdrom.com Subject: Re: Strange stuff in /sys/i386/include Sender: hackers-owner@FreeBSD.org Precedence: bulk >I've been looking through /sys/i386/include and have seen some files in >here I "belive" should be in /sys/i386/isa. These are the following: >joystick.h >cryonx.h >gsc.h >mouse.h >spigot.h >ultrasound.h >soundcard.h >These files are for drivers that are ISA only. Am I full of it or >what? These files are the external interfaces for devices that currently only exist for or are only supported for the isa bus. They should have no (externally visible) i386, isa or driver dependencies. OTOH, at least some of the files are too special or too sloppy to belong in /sys/sys. sys/i386/include is as good a place for any for them. Bruce